Html Css Color HEX #CE09AB Deep Magenta

📋 copy color: '#CE09AB'

red 206 ◦ green 9 ◦ blue 171

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

Shades of Deep Magenta #CE09AB

Tints of Deep Magenta #CE09AB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.33%

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

R = 53.37%
G = 2.33%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE09AB (or 0xCE09AB) is known color: Deep Magenta. HEX triplet: CE, 09 and AB. RGB value is (206,9,171). Sum of RGB (Red+Green+Blue) = 206+9+171=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 9 (3.91% from 255 or 2.33% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE09AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE09AB is #31F654. Grayscale: #555555. Windows color (decimal): -3274325 or 11209166. OLE color: 11209166.

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

Color convert

RGB 206 9 171 -
CMYK 0 0.96 0.17 0.19
HSL 310.66º 0.92% 0.42% -
HSV(B) 310.66º 0.96% 0.81% -
XYZ 32.9 16.26 39.93 -
YUV 86.37 175.77 213.33 -
System Red Green Blue C M Y K H S L
Decimal 206 9 171 0 0.96 0.17 0.19 310.66 0.92 0.42
Hex CE 9 AB 0 60 11 13 137 5C 2A
Octal 316 11 253 0 140 21 23 467 134 52
Binary 11001110 1001 10101011 0 1100000 10001 10011 100110111 1011100 101010

Color Harmonies of #CE09AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE09AB

Black with #CE09AB

Text Example


Text Example

White with #CE09AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE09AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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