#CE0CA2

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

Shades of Medium Violet Red #CE0CA2

Tints of Medium Violet Red #CE0CA2

Color information

#CE0CA2 (or 0xCE0CA2) is unknown color: approx Medium Violet Red. HEX triplet: CE, 0C and A2. RGB value is (206,12,162). Sum of RGB (Red+Green+Blue) = 206+12+162=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 12 (5.08% from 255 or 3.16% from 380); Blue value is 162 (63.67% from 255 or 42.63% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0CA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0CA2 is #31F35D. Grayscale: #565656. Windows color (decimal): -3273566 or 10620110. OLE color: 10620110.

HSL color Cylindrical-coordinate representation of color #CE0CA2: hue angle of 313.61º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0CA2 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB20612162-
CMYK00.940.210.19
HSL313.61º88.99%42.75%-
HSV(B)313.61º94.17%80.78%-
XYZ32.1115.9935.58-
YUV87.11170.27212.8-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 54.21%
GREEN value IS 12 (5.08% from 255) = 3.16%
BLUE value IS 162 (63.67% from 255) = 42.63%
R=54.21%
G=3.16%
B=42.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061216200.940.210.19313.6188.9942.75
HexCECA205E151313a592b
Octal316142420136252347213153
Binary110011101100101000100101111010101100111001110101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE0CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE0CA2; }

 p { color: rgb(206,12,162); }

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

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

 a { background-color: rgb(206,12,162); }

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

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

 span { border-color: rgb(206,12,162); }

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