Html Css Color HEX #CE04AE Deep Magenta

📋 copy color: '#CE04AE'

red 206 ◦ green 4 ◦ blue 174

#CE04AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #CE04AE

Tints of Deep Magenta #CE04AE

RGB

 RED value IS 206 (80.86% from 255) = 53.65%

 GREEN value IS 4 (1.95% from 255) = 1.04%

 BLUE value IS 174 (68.36% from 255) = 45.31%

R = 53.65%
G = 1.04%
B = 45.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CE04AE (or 0xCE04AE) is known color: Deep Magenta. HEX triplet: CE, 04 and AE. RGB value is (206,4,174). Sum of RGB (Red+Green+Blue) = 206+4+174=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 4 (1.95% from 255 or 1.04% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE04AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE04AE is #31FB51. Grayscale: #535353. Windows color (decimal): -3275602 or 11404494. OLE color: 11404494.

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

Color convert

RGB 206 4 174 -
CMYK 0 0.98 0.16 0.19
HSL 309.5º 0.96% 0.41% -
HSV(B) 309.5º 0.98% 0.81% -
XYZ 33.14 16.26 41.44 -
YUV 83.78 178.92 215.18 -
System Red Green Blue C M Y K H S L
Decimal 206 4 174 0 0.98 0.16 0.19 309.5 0.96 0.41
Hex CE 4 AE 0 62 10 13 136 60 29
Octal 316 4 256 0 142 20 23 466 140 51
Binary 11001110 100 10101110 0 1100010 10000 10011 100110110 1100000 101001

Color Harmonies of #CE04AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE04AE

Black with #CE04AE

Text Example


Text Example

White with #CE04AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE04AE; }

 p { color: rgb(206,4,174); }

 H1.HeaderClassName
 {
   color: #CE04AE;
 }
 .AnyTagClassName
 {
   color: #CE04AE;
 }
</style>

background-color css

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

 a { background-color: rgb(206,4,174); }

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

border-color css

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

 span { border-color: rgb(206,4,174); }

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