#CE0AAC

Color #CE0AAC Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #CE0AAC

Tints of Deep Magenta #CE0AAC

Color information

#CE0AAC (or 0xCE0AAC) is unknown color: approx Deep Magenta. HEX triplet: CE, 0A and AC. RGB value is (206,10,172). Sum of RGB (Red+Green+Blue) = 206+10+172=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 10 (4.30% from 255 or 2.58% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0AAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0AAC is #31F553. Grayscale: #565656. Windows color (decimal): -3274068 or 11274958. OLE color: 11274958.

HSL color Cylindrical-coordinate representation of color #CE0AAC: hue angle of 310.41º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0AAC is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB20610172-
CMYK00.950.170.19
HSL310.41º90.74%42.35%-
HSV(B)310.41º95.15%80.78%-
XYZ33.0116.3240.44-
YUV87.07175.93212.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 53.09%
GREEN value IS 10 (4.30% from 255) = 2.58%
BLUE value IS 172 (67.58% from 255) = 44.33%
R=53.09%
G=2.58%
B=44.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061017200.950.170.19310.4190.7442.35
HexCEAAC05F11131365b2a
Octal316122540137212346613352
Binary110011101010101011000101111110001100111001101101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE0AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE0AAC; }

 p { color: rgb(206,10,172); }

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

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

 a { background-color: rgb(206,10,172); }

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

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

 span { border-color: rgb(206,10,172); }

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