#CC0E8A

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

Shades of Medium Violet Red #CC0E8A

Tints of Medium Violet Red #CC0E8A

Color information

#CC0E8A (or 0xCC0E8A) is unknown color: approx Medium Violet Red. HEX triplet: CC, 0E and 8A. RGB value is (204,14,138). Sum of RGB (Red+Green+Blue) = 204+14+138=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 14 (5.86% from 255 or 3.93% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0E8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0E8A is #33F175. Grayscale: #545454. Windows color (decimal): -3404150 or 9047756. OLE color: 9047756.

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

Color convert

RGB20414138-
CMYK00.930.320.2
HSL320.84º87.16%42.75%-
HSV(B)320.84º93.14%80%-
XYZ29.6514.9925.37-
YUV84.95157.95212.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.30%
GREEN value IS 14 (5.86% from 255) = 3.93%
BLUE value IS 138 (54.30% from 255) = 38.76%
R=57.30%
G=3.93%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041413800.930.320.2320.8487.1642.75
HexCCE8A05D2014141572b
Octal314162120135402450112753
Binary1100110011101000101001011101100000101001010000011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0E8A; }

 p { color: rgb(204,14,138); }

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

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

 a { background-color: rgb(204,14,138); }

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

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

 span { border-color: rgb(204,14,138); }

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