Html Css Color HEX #CE05AB Deep Magenta

📋 copy color: '#CE05AB'

red 206 ◦ green 5 ◦ blue 171

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

Shades of Deep Magenta #CE05AB

Tints of Deep Magenta #CE05AB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.31%

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

R = 53.93%
G = 1.31%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE05AB (or 0xCE05AB) is known color: Deep Magenta. HEX triplet: CE, 05 and AB. RGB value is (206,5,171). Sum of RGB (Red+Green+Blue) = 206+5+171=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 5 (2.34% from 255 or 1.31% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE05AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE05AB is #31FA54. Grayscale: #535353. Windows color (decimal): -3275349 or 11208142. OLE color: 11208142.

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

Color convert

RGB 206 5 171 -
CMYK 0 0.98 0.17 0.19
HSL 310.45º 0.95% 0.41% -
HSV(B) 310.45º 0.98% 0.81% -
XYZ 32.86 16.17 39.92 -
YUV 84.02 177.09 215 -
System Red Green Blue C M Y K H S L
Decimal 206 5 171 0 0.98 0.17 0.19 310.45 0.95 0.41
Hex CE 5 AB 0 62 11 13 136 5F 29
Octal 316 5 253 0 142 21 23 466 137 51
Binary 11001110 101 10101011 0 1100010 10001 10011 100110110 1011111 101001

Color Harmonies of #CE05AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE05AB

Black with #CE05AB

Text Example


Text Example

White with #CE05AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE05AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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