Html Css Color HEX #CE04AD Deep Magenta

📋 copy color: '#CE04AD'

red 206 ◦ green 4 ◦ blue 173

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

Shades of Deep Magenta #CE04AD

Tints of Deep Magenta #CE04AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.17%

R = 53.79%
G = 1.04%
B = 45.17%

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

#CE04AD (or 0xCE04AD) is known color: Deep Magenta. HEX triplet: CE, 04 and AD. RGB value is (206,4,173). Sum of RGB (Red+Green+Blue) = 206+4+173=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 4 (1.95% from 255 or 1.04% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE04AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE04AD is #31FB52. Grayscale: #535353. Windows color (decimal): -3275603 or 11338958. OLE color: 11338958.

HSL color Cylindrical-coordinate representation of color #CE04AD: hue angle of 309.8º 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 #CE04AD is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 4 173 -
CMYK 0 0.98 0.16 0.19
HSL 309.8º 0.96% 0.41% -
HSV(B) 309.8º 0.98% 0.81% -
XYZ 33.04 16.23 40.93 -
YUV 83.66 178.42 215.26 -
System Red Green Blue C M Y K H S L
Decimal 206 4 173 0 0.98 0.16 0.19 309.8 0.96 0.41
Hex CE 4 AD 0 62 10 13 136 60 29
Octal 316 4 255 0 142 20 23 466 140 51
Binary 11001110 100 10101101 0 1100010 10000 10011 100110110 1100000 101001

Color Harmonies of #CE04AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE04AD

Black with #CE04AD

Text Example


Text Example

White with #CE04AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE04AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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