#CC118E

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

Shades of Medium Violet Red #CC118E

Tints of Medium Violet Red #CC118E

Color information

#CC118E (or 0xCC118E) is unknown color: approx Medium Violet Red. HEX triplet: CC, 11 and 8E. RGB value is (204,17,142). Sum of RGB (Red+Green+Blue) = 204+17+142=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC118E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC118E is #33EE71. Grayscale: #565656. Windows color (decimal): -3403378 or 9310668. OLE color: 9310668.

HSL color Cylindrical-coordinate representation of color #CC118E: hue angle of 319.89º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC118E is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB20417142-
CMYK00.920.300.2
HSL319.89º84.62%43.33%-
HSV(B)319.89º91.67%80%-
XYZ29.9815.1926.94-
YUV87.16158.95211.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.20%
GREEN value IS 17 (7.03% from 255) = 4.68%
BLUE value IS 142 (55.86% from 255) = 39.12%
R=56.20%
G=4.68%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041714200.920.300.2319.8984.6243.33
HexCC118E05C1E14140552b
Octal314212160134362450012553
Binary1100110010001100011100101110011110101001010000001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC118E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC118E; }

 p { color: rgb(204,17,142); }

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

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

 a { background-color: rgb(204,17,142); }

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

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

 span { border-color: rgb(204,17,142); }

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