#C93377

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

Shades of Medium Red Violet #C93377

Tints of Medium Red Violet #C93377

Color information

#C93377 (or 0xC93377) is unknown color: approx Medium Red Violet. HEX triplet: C9, 33 and 77. RGB value is (201,51,119). Sum of RGB (Red+Green+Blue) = 201+51+119=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C93377 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93377 is #36CC88. Grayscale: #676767. Windows color (decimal): -3591305 or 7812041. OLE color: 7812041.

HSL color Cylindrical-coordinate representation of color #C93377: hue angle of 332.8º 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 #C93377 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB20151119-
CMYK00.750.410.21
HSL332.8º59.52%49.41%-
HSV(B)332.8º74.63%78.82%-
XYZ28.616.1219.06-
YUV103.6136.7197.47-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 54.18%
GREEN value IS 51 (20.31% from 255) = 13.75%
BLUE value IS 119 (46.88% from 255) = 32.08%
R=54.18%
G=13.75%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2015111900.750.410.21332.859.5249.41
HexC9337704B291514d3c31
Octal31163167011351255157461
Binary1100100111001111101110100101110100110101101001101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93377; }

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

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

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

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

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

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

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

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