Html Css Color HEX #CE08DB Deep Magenta

📋 copy color: '#CE08DB'

red 206 ◦ green 8 ◦ blue 219

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

Shades of Deep Magenta #CE08DB

Tints of Deep Magenta #CE08DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.58%

R = 47.58%
G = 1.85%
B = 50.58%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE08DB (or 0xCE08DB) is known color: Deep Magenta. HEX triplet: CE, 08 and DB. RGB value is (206,8,219). Sum of RGB (Red+Green+Blue) = 206+8+219=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 8 (3.52% from 255 or 1.85% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE08DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE08DB is #31F724. Grayscale: #5A5A5A. Windows color (decimal): -3274533 or 14354638. OLE color: 14354638.

HSL color Cylindrical-coordinate representation of color #CE08DB: hue angle of 296.3º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE08DB is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 8 219 -
CMYK 0.06 0.96 0 0.14
HSL 296.3º 0.93% 0.45% -
HSV(B) 296.3º 0.96% 0.86% -
XYZ 38.33 18.41 68.55 -
YUV 91.26 200.1 209.84 -
System Red Green Blue C M Y K H S L
Decimal 206 8 219 0.06 0.96 0 0.14 296.3 0.93 0.45
Hex CE 8 DB 6 60 0 E 128 5D 2D
Octal 316 10 333 6 140 0 16 450 135 55
Binary 11001110 1000 11011011 110 1100000 0 1110 100101000 1011101 101101

Color Harmonies of #CE08DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE08DB

Black with #CE08DB

Text Example


Text Example

White with #CE08DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE08DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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