#C9338A

Color #C9338A Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #C9338A

Tints of Medium Red Violet #C9338A

Color information

#C9338A (or 0xC9338A) is unknown color: approx Medium Red Violet. HEX triplet: C9, 33 and 8A. RGB value is (201,51,138). Sum of RGB (Red+Green+Blue) = 201+51+138=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 51 (20.31% from 255 or 13.08% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C9338A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9338A is #36CC75. Grayscale: #696969. Windows color (decimal): -3591286 or 9057225. OLE color: 9057225.

HSL color Cylindrical-coordinate representation of color #C9338A: hue angle of 325.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C9338A is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB20151138-
CMYK00.750.310.21
HSL325.2º59.52%49.41%-
HSV(B)325.2º74.63%78.82%-
XYZ29.8616.6225.68-
YUV105.77146.2195.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 51.54%
GREEN value IS 51 (20.31% from 255) = 13.08%
BLUE value IS 138 (54.30% from 255) = 35.38%
R=51.54%
G=13.08%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2015113800.750.310.21325.259.5249.41
HexC9338A04B1F151453c31
Octal31163212011337255057461
Binary1100100111001110001010010010111111110101101000101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9338A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9338A; }

 p { color: rgb(201,51,138); }

 H1.HeaderClassName
 {
   color: #C9338A;
 }
 .AnyTagClassName
 {
   color: #C9338A;
 }
</style>
background-color css

<style>
 a { background-color: #C9338A; }

 a { background-color: rgb(201,51,138); }

 div.DivClassName
 {
   background-color: #C9338A;
 }
 .BgClassName
 {
   background-color: #C9338A;
 }
</style>
border-color css

<style>
 span { border-color: #C9338A; }

 span { border-color: rgb(201,51,138); }

 td.TdClassName
 {
   border-color: #C9338A;
 }
 .TagClassName
 {
   border-color: #C9338A;
 }
</style>