Html Css Color HEX #CE0BB9 Deep Magenta

📋 copy color: '#CE0BB9'

red 206 ◦ green 11 ◦ blue 185

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

Shades of Deep Magenta #CE0BB9

Tints of Deep Magenta #CE0BB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.02%

R = 51.24%
G = 2.74%
B = 46.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE0BB9 (or 0xCE0BB9) is known color: Deep Magenta. HEX triplet: CE, 0B and B9. RGB value is (206,11,185). Sum of RGB (Red+Green+Blue) = 206+11+185=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 11 (4.69% from 255 or 2.74% from 402); Blue value is 185 (72.66% from 255 or 46.02% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0BB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0BB9 is #31F446. Grayscale: #585858. Windows color (decimal): -3273799 or 12127182. OLE color: 12127182.

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

Color convert

RGB 206 11 185 -
CMYK 0 0.95 0.10 0.19
HSL 306.46º 0.9% 0.43% -
HSV(B) 306.46º 0.95% 0.81% -
XYZ 34.33 16.86 47.34 -
YUV 89.14 182.1 211.35 -
System Red Green Blue C M Y K H S L
Decimal 206 11 185 0 0.95 0.10 0.19 306.46 0.9 0.43
Hex CE B B9 0 5F A 13 132 5A 2B
Octal 316 13 271 0 137 12 23 462 132 53
Binary 11001110 1011 10111001 0 1011111 1010 10011 100110010 1011010 101011

Color Harmonies of #CE0BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0BB9

Black with #CE0BB9

Text Example


Text Example

White with #CE0BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0BB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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