Html Css Color HEX #CE11BB Deep Magenta

📋 copy color: '#CE11BB'

red 206 ◦ green 17 ◦ blue 187

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

Shades of Deep Magenta #CE11BB

Tints of Deep Magenta #CE11BB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.15%

 BLUE value IS 187 (73.44% from 255) = 45.61%

R = 50.24%
G = 4.15%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE11BB (or 0xCE11BB) is known color: Deep Magenta. HEX triplet: CE, 11 and BB. RGB value is (206,17,187). Sum of RGB (Red+Green+Blue) = 206+17+187=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 17 (7.03% from 255 or 4.15% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE11BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE11BB is #31EE44. Grayscale: #5C5C5C. Windows color (decimal): -3272261 or 12259790. OLE color: 12259790.

HSL color Cylindrical-coordinate representation of color #CE11BB: hue angle of 306.03º degrees, saturation: 0.85, 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 #CE11BB is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 17 187 -
CMYK 0 0.92 0.09 0.19
HSL 306.03º 0.85% 0.44% -
HSV(B) 306.03º 0.92% 0.81% -
XYZ 34.62 17.11 48.49 -
YUV 92.89 181.12 208.68 -
System Red Green Blue C M Y K H S L
Decimal 206 17 187 0 0.92 0.09 0.19 306.03 0.85 0.44
Hex CE 11 BB 0 5C 9 13 132 55 2C
Octal 316 21 273 0 134 11 23 462 125 54
Binary 11001110 10001 10111011 0 1011100 1001 10011 100110010 1010101 101100

Color Harmonies of #CE11BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE11BB

Black with #CE11BB

Text Example


Text Example

White with #CE11BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE11BB; }

 p { color: rgb(206,17,187); }

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

background-color css

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

 a { background-color: rgb(206,17,187); }

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

border-color css

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

 span { border-color: rgb(206,17,187); }

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