Html Css Color HEX #CE10AB Deep Magenta

📋 copy color: '#CE10AB'

red 206 ◦ green 16 ◦ blue 171

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

Shades of Deep Magenta #CE10AB

Tints of Deep Magenta #CE10AB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.07%

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

R = 52.42%
G = 4.07%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE10AB (or 0xCE10AB) is known color: Deep Magenta. HEX triplet: CE, 10 and AB. RGB value is (206,16,171). Sum of RGB (Red+Green+Blue) = 206+16+171=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 16 (6.64% from 255 or 4.07% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE10AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE10AB is #31EF54. Grayscale: #5A5A5A. Windows color (decimal): -3272533 or 11210958. OLE color: 11210958.

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

Color convert

RGB 206 16 171 -
CMYK 0 0.92 0.17 0.19
HSL 311.05º 0.86% 0.44% -
HSV(B) 311.05º 0.92% 0.81% -
XYZ 32.99 16.43 39.96 -
YUV 90.48 173.45 210.4 -
System Red Green Blue C M Y K H S L
Decimal 206 16 171 0 0.92 0.17 0.19 311.05 0.86 0.44
Hex CE 10 AB 0 5C 11 13 137 56 2C
Octal 316 20 253 0 134 21 23 467 126 54
Binary 11001110 10000 10101011 0 1011100 10001 10011 100110111 1010110 101100

Color Harmonies of #CE10AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE10AB

Black with #CE10AB

Text Example


Text Example

White with #CE10AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE10AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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