Html Css Color HEX #CE08BD Deep Magenta

📋 copy color: '#CE08BD'

red 206 ◦ green 8 ◦ blue 189

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

Shades of Deep Magenta #CE08BD

Tints of Deep Magenta #CE08BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.9%

R = 51.12%
G = 1.99%
B = 46.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE08BD (or 0xCE08BD) is known color: Deep Magenta. HEX triplet: CE, 08 and BD. RGB value is (206,8,189). Sum of RGB (Red+Green+Blue) = 206+8+189=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 8 (3.52% from 255 or 1.99% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE08BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE08BD is #31F742. Grayscale: #575757. Windows color (decimal): -3274563 or 12388558. OLE color: 12388558.

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

Color convert

RGB 206 8 189 -
CMYK 0 0.96 0.08 0.19
HSL 305.15º 0.93% 0.42% -
HSV(B) 305.15º 0.96% 0.81% -
XYZ 34.73 16.97 49.59 -
YUV 87.84 185.1 212.28 -
System Red Green Blue C M Y K H S L
Decimal 206 8 189 0 0.96 0.08 0.19 305.15 0.93 0.42
Hex CE 8 BD 0 60 8 13 131 5D 2A
Octal 316 10 275 0 140 10 23 461 135 52
Binary 11001110 1000 10111101 0 1100000 1000 10011 100110001 1011101 101010

Color Harmonies of #CE08BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE08BD

Black with #CE08BD

Text Example


Text Example

White with #CE08BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE08BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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