#CE02A2

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

Shades of Medium Violet Red #CE02A2

Tints of Medium Violet Red #CE02A2

Color information

#CE02A2 (or 0xCE02A2) is unknown color: approx Medium Violet Red. HEX triplet: CE, 02 and A2. RGB value is (206,2,162). Sum of RGB (Red+Green+Blue) = 206+2+162=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 2 (1.17% from 255 or 0.54% from 370); Blue value is 162 (63.67% from 255 or 43.78% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE02A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE02A2 is #31FD5D. Grayscale: #505050. Windows color (decimal): -3276126 or 10617550. OLE color: 10617550.

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

Color convert

RGB2062162-
CMYK00.990.210.19
HSL312.94º98.08%40.78%-
HSV(B)312.94º99.03%80.78%-
XYZ3215.7735.54-
YUV81.24173.59216.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 55.68%
GREEN value IS 2 (1.17% from 255) = 0.54%
BLUE value IS 162 (63.67% from 255) = 43.78%
R=55.68%
G=0.54%
B=43.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206216200.990.210.19312.9498.0840.78
HexCE2A206315131396229
Octal31622420143252347114251
Binary1100111010101000100110001110101100111001110011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE02A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE02A2; }

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

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

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

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

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

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

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

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