#CC106F

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

Shades of Medium Violet Red #CC106F

Tints of Medium Violet Red #CC106F

Color information

#CC106F (or 0xCC106F) is unknown color: approx Medium Violet Red. HEX triplet: CC, 10 and 6F. RGB value is (204,16,111). Sum of RGB (Red+Green+Blue) = 204+16+111=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC106F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC106F is #33EF90. Grayscale: #525252. Windows color (decimal): -3403665 or 7278796. OLE color: 7278796.

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

Color convert

RGB20416111-
CMYK00.920.460.2
HSL329.68º85.45%43.14%-
HSV(B)329.68º92.16%80%-
XYZ27.9614.3616.34-
YUV83.04143.78214.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 61.63%
GREEN value IS 16 (6.64% from 255) = 4.83%
BLUE value IS 111 (43.75% from 255) = 33.53%
R=61.63%
G=4.83%
B=33.53%

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
Decimal2041611100.920.460.2329.6885.4543.14
HexCC106F05C2E1414a552b
Octal314201570134562451212553
Binary1100110010000110111101011100101110101001010010101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC106F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC106F; }

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

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

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

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

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

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

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

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