Html Css Color HEX #CE0BAB Deep Magenta

📋 copy color: '#CE0BAB'

red 206 ◦ green 11 ◦ blue 171

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

Shades of Deep Magenta #CE0BAB

Tints of Deep Magenta #CE0BAB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.84%

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

R = 53.09%
G = 2.84%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE0BAB (or 0xCE0BAB) is known color: Deep Magenta. HEX triplet: CE, 0B and AB. RGB value is (206,11,171). Sum of RGB (Red+Green+Blue) = 206+11+171=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 11 (4.69% from 255 or 2.84% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0BAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0BAB is #31F454. Grayscale: #575757. Windows color (decimal): -3273813 or 11209678. OLE color: 11209678.

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

Color convert

RGB 206 11 171 -
CMYK 0 0.95 0.17 0.19
HSL 310.77º 0.9% 0.43% -
HSV(B) 310.77º 0.95% 0.81% -
XYZ 32.92 16.3 39.94 -
YUV 87.55 175.1 212.49 -
System Red Green Blue C M Y K H S L
Decimal 206 11 171 0 0.95 0.17 0.19 310.77 0.9 0.43
Hex CE B AB 0 5F 11 13 137 5A 2B
Octal 316 13 253 0 137 21 23 467 132 53
Binary 11001110 1011 10101011 0 1011111 10001 10011 100110111 1011010 101011

Color Harmonies of #CE0BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0BAB

Black with #CE0BAB

Text Example


Text Example

White with #CE0BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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