#CC0D8E

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

Shades of Medium Violet Red #CC0D8E

Tints of Medium Violet Red #CC0D8E

Color information

#CC0D8E (or 0xCC0D8E) is unknown color: approx Medium Violet Red. HEX triplet: CC, 0D and 8E. RGB value is (204,13,142). Sum of RGB (Red+Green+Blue) = 204+13+142=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 13 (5.47% from 255 or 3.62% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0D8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0D8E is #33F271. Grayscale: #545454. Windows color (decimal): -3404402 or 9309644. OLE color: 9309644.

HSL color Cylindrical-coordinate representation of color #CC0D8E: hue angle of 319.48º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0D8E is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB20413142-
CMYK00.940.300.2
HSL319.48º88.02%42.55%-
HSV(B)319.48º93.63%80%-
XYZ29.9315.0826.92-
YUV84.82160.28213.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.82%
GREEN value IS 13 (5.47% from 255) = 3.62%
BLUE value IS 142 (55.86% from 255) = 39.55%
R=56.82%
G=3.62%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041314200.940.300.2319.4888.0242.55
HexCCD8E05E1E1413f582b
Octal314152160136362447713053
Binary110011001101100011100101111011110101001001111111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0D8E; }

 p { color: rgb(204,13,142); }

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

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

 a { background-color: rgb(204,13,142); }

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

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

 span { border-color: rgb(204,13,142); }

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