Html Css Color HEX #CE08DC Deep Magenta

📋 copy color: '#CE08DC'

red 206 ◦ green 8 ◦ blue 220

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

Shades of Deep Magenta #CE08DC

Tints of Deep Magenta #CE08DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.69%

R = 47.47%
G = 1.84%
B = 50.69%

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

#CE08DC (or 0xCE08DC) is known color: Deep Magenta. HEX triplet: CE, 08 and DC. RGB value is (206,8,220). Sum of RGB (Red+Green+Blue) = 206+8+220=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 8 (3.52% from 255 or 1.84% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE08DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE08DC is #31F723. Grayscale: #5A5A5A. Windows color (decimal): -3274532 or 14420174. OLE color: 14420174.

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

Color convert

RGB 206 8 220 -
CMYK 0.06 0.96 0 0.14
HSL 296.04º 0.93% 0.45% -
HSV(B) 296.04º 0.96% 0.86% -
XYZ 38.46 18.46 69.25 -
YUV 91.37 200.6 209.76 -
System Red Green Blue C M Y K H S L
Decimal 206 8 220 0.06 0.96 0 0.14 296.04 0.93 0.45
Hex CE 8 DC 6 60 0 E 128 5D 2D
Octal 316 10 334 6 140 0 16 450 135 55
Binary 11001110 1000 11011100 110 1100000 0 1110 100101000 1011101 101101

Color Harmonies of #CE08DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE08DC

Black with #CE08DC

Text Example


Text Example

White with #CE08DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE08DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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