#CC116F

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

Shades of Medium Violet Red #CC116F

Tints of Medium Violet Red #CC116F

Color information

#CC116F (or 0xCC116F) is unknown color: approx Medium Violet Red. HEX triplet: CC, 11 and 6F. RGB value is (204,17,111). Sum of RGB (Red+Green+Blue) = 204+17+111=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC116F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC116F is #33EE90. Grayscale: #535353. Windows color (decimal): -3403409 or 7279052. OLE color: 7279052.

HSL color Cylindrical-coordinate representation of color #CC116F: hue angle of 329.84º 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 #CC116F is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB20417111-
CMYK00.920.460.2
HSL329.84º84.62%43.33%-
HSV(B)329.84º91.67%80%-
XYZ27.9714.3916.34-
YUV83.63143.45213.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 61.45%
GREEN value IS 17 (7.03% from 255) = 5.12%
BLUE value IS 111 (43.75% from 255) = 33.43%
R=61.45%
G=5.12%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041711100.920.460.2329.8484.6243.33
HexCC116F05C2E1414a552b
Octal314211570134562451212553
Binary1100110010001110111101011100101110101001010010101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC116F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC116F; }

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

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

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

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

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

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

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

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