#CC008F

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

Shades of Medium Violet Red #CC008F

Tints of Medium Violet Red #CC008F

Color information

#CC008F (or 0xCC008F) is unknown color: approx Medium Violet Red. HEX triplet: CC, 00 and 8F. RGB value is (204,0,143). Sum of RGB (Red+Green+Blue) = 204+0+143=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC008F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC008F is #33FF70. Grayscale: #4C4C4C. Windows color (decimal): -3407729 or 9371852. OLE color: 9371852.

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

Color convert

RGB2040143-
CMYK010.300.2
HSL317.94º100%40%-
HSV(B)317.94º100%80%-
XYZ29.8614.8227.27-
YUV77.3165.09218.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 58.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 143 (56.25% from 255) = 41.21%
R=58.79%
G=0%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2040143010.300.2317.9410040
HexCC08F0641E1413e6428
Octal31402170144362447614450
Binary110011000100011110110010011110101001001111101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC008F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC008F; }

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

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

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

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

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

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

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

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