Html Css Color HEX #CE08BB Deep Magenta

📋 copy color: '#CE08BB'

red 206 ◦ green 8 ◦ blue 187

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

Shades of Deep Magenta #CE08BB

Tints of Deep Magenta #CE08BB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2%

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

R = 51.37%
G = 2%
B = 46.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE08BB (or 0xCE08BB) is known color: Deep Magenta. HEX triplet: CE, 08 and BB. RGB value is (206,8,187). Sum of RGB (Red+Green+Blue) = 206+8+187=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 8 (3.52% from 255 or 2.00% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE08BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE08BB is #31F744. Grayscale: #575757. Windows color (decimal): -3274565 or 12257486. OLE color: 12257486.

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

Color convert

RGB 206 8 187 -
CMYK 0 0.96 0.09 0.19
HSL 305.76º 0.93% 0.42% -
HSV(B) 305.76º 0.96% 0.81% -
XYZ 34.51 16.88 48.45 -
YUV 87.61 184.1 212.45 -
System Red Green Blue C M Y K H S L
Decimal 206 8 187 0 0.96 0.09 0.19 305.76 0.93 0.42
Hex CE 8 BB 0 60 9 13 132 5D 2A
Octal 316 10 273 0 140 11 23 462 135 52
Binary 11001110 1000 10111011 0 1100000 1001 10011 100110010 1011101 101010

Color Harmonies of #CE08BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE08BB

Black with #CE08BB

Text Example


Text Example

White with #CE08BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE08BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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