#CC006E

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

Shades of Medium Violet Red #CC006E

Tints of Medium Violet Red #CC006E

Color information

#CC006E (or 0xCC006E) is unknown color: approx Medium Violet Red. HEX triplet: CC, 00 and 6E. RGB value is (204,0,110). Sum of RGB (Red+Green+Blue) = 204+0+110=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC006E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC006E is #33FF91. Grayscale: #494949. Windows color (decimal): -3407762 or 7209164. OLE color: 7209164.

HSL color Cylindrical-coordinate representation of color #CC006E: hue angle of 327.65º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC006E is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB2040110-
CMYK010.460.2
HSL327.65º100%40%-
HSV(B)327.65º100%80%-
XYZ27.7213.9615.99-
YUV73.54148.59221.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 64.97%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 110 (43.36% from 255) = 35.03%
R=64.97%
G=0%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2040110010.460.2327.6510040
HexCC06E0642E141486428
Octal31401560144562451014450
Binary110011000110111001100100101110101001010010001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC006E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC006E; }

 p { color: rgb(204,0,110); }

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

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

 a { background-color: rgb(204,0,110); }

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

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

 span { border-color: rgb(204,0,110); }

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