Html Css Color HEX #CE08BF Deep Magenta

📋 copy color: '#CE08BF'

red 206 ◦ green 8 ◦ blue 191

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

Shades of Deep Magenta #CE08BF

Tints of Deep Magenta #CE08BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.16%

R = 50.86%
G = 1.98%
B = 47.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CE08BF (or 0xCE08BF) is known color: Deep Magenta. HEX triplet: CE, 08 and BF. RGB value is (206,8,191). Sum of RGB (Red+Green+Blue) = 206+8+191=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 8 (3.52% from 255 or 1.98% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE08BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE08BF is #31F740. Grayscale: #575757. Windows color (decimal): -3274561 or 12519630. OLE color: 12519630.

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

Color convert

RGB 206 8 191 -
CMYK 0 0.96 0.07 0.19
HSL 304.55º 0.93% 0.42% -
HSV(B) 304.55º 0.96% 0.81% -
XYZ 34.94 17.06 50.74 -
YUV 88.06 186.1 212.12 -
System Red Green Blue C M Y K H S L
Decimal 206 8 191 0 0.96 0.07 0.19 304.55 0.93 0.42
Hex CE 8 BF 0 60 7 13 131 5D 2A
Octal 316 10 277 0 140 7 23 461 135 52
Binary 11001110 1000 10111111 0 1100000 111 10011 100110001 1011101 101010

Color Harmonies of #CE08BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE08BF

Black with #CE08BF

Text Example


Text Example

White with #CE08BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE08BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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