#CC009D

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

Shades of Medium Violet Red #CC009D

Tints of Medium Violet Red #CC009D

Color information

#CC009D (or 0xCC009D) is unknown color: approx Medium Violet Red. HEX triplet: CC, 00 and 9D. RGB value is (204,0,157). Sum of RGB (Red+Green+Blue) = 204+0+157=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC009D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC009D is #33FF62. Grayscale: #4E4E4E. Windows color (decimal): -3407715 or 10289356. OLE color: 10289356.

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

Color convert

RGB2040157-
CMYK010.230.2
HSL313.82º100%40%-
HSV(B)313.82º100%80%-
XYZ30.9915.2733.21-
YUV78.89172.09217.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 157 (61.72% from 255) = 43.49%
R=56.51%
G=0%
B=43.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2040157010.230.2313.8210040
HexCC09D064171413a6428
Octal31402350144272447214450
Binary110011000100111010110010010111101001001110101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC009D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC009D; }

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

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

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

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

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

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

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

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