#CC009E

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

Shades of Medium Violet Red #CC009E

Tints of Medium Violet Red #CC009E

Color information

#CC009E (or 0xCC009E) is unknown color: approx Medium Violet Red. HEX triplet: CC, 00 and 9E. RGB value is (204,0,158). Sum of RGB (Red+Green+Blue) = 204+0+158=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC009E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC009E is #33FF61. Grayscale: #4E4E4E. Windows color (decimal): -3407714 or 10354892. OLE color: 10354892.

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

Color convert

RGB2040158-
CMYK010.230.2
HSL313.53º100%40%-
HSV(B)313.53º100%80%-
XYZ31.0715.3133.66-
YUV79.01172.59217.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.35%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 158 (62.11% from 255) = 43.65%
R=56.35%
G=0%
B=43.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2040158010.230.2313.5310040
HexCC09E064171413a6428
Octal31402360144272447214450
Binary110011000100111100110010010111101001001110101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC009E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC009E; }

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

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

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

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

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

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

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

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