Html Css Color HEX #CE02AB Deep Magenta

📋 copy color: '#CE02AB'

red 206 ◦ green 2 ◦ blue 171

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

Shades of Deep Magenta #CE02AB

Tints of Deep Magenta #CE02AB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

 BLUE value IS 171 (67.19% from 255) = 45.12%

R = 54.35%
G = 0.53%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE02AB (or 0xCE02AB) is known color: Deep Magenta. HEX triplet: CE, 02 and AB. RGB value is (206,2,171). Sum of RGB (Red+Green+Blue) = 206+2+171=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 2 (1.17% from 255 or 0.53% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE02AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE02AB is #31FD54. Grayscale: #515151. Windows color (decimal): -3276117 or 11207374. OLE color: 11207374.

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

Color convert

RGB 206 2 171 -
CMYK 0 0.99 0.17 0.19
HSL 310.29º 0.98% 0.41% -
HSV(B) 310.29º 0.99% 0.81% -
XYZ 32.83 16.11 39.91 -
YUV 82.26 178.09 216.26 -
System Red Green Blue C M Y K H S L
Decimal 206 2 171 0 0.99 0.17 0.19 310.29 0.98 0.41
Hex CE 2 AB 0 63 11 13 136 62 29
Octal 316 2 253 0 143 21 23 466 142 51
Binary 11001110 10 10101011 0 1100011 10001 10011 100110110 1100010 101001

Color Harmonies of #CE02AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE02AB

Black with #CE02AB

Text Example


Text Example

White with #CE02AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE02AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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