Html Css Color HEX #CE08D8 Deep Magenta

📋 copy color: '#CE08D8'

red 206 ◦ green 8 ◦ blue 216

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

Shades of Deep Magenta #CE08D8

Tints of Deep Magenta #CE08D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 50.23%

R = 47.91%
G = 1.86%
B = 50.23%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE08D8 (or 0xCE08D8) is known color: Deep Magenta. HEX triplet: CE, 08 and D8. RGB value is (206,8,216). Sum of RGB (Red+Green+Blue) = 206+8+216=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 8 (3.52% from 255 or 1.86% from 430); Blue value is 216 (84.77% from 255 or 50.23% from 430); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE08D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE08D8 is #31F727. Grayscale: #5A5A5A. Windows color (decimal): -3274536 or 14158030. OLE color: 14158030.

HSL color Cylindrical-coordinate representation of color #CE08D8: hue angle of 297.12º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE08D8 is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 8 216 -
CMYK 0.05 0.96 0 0.15
HSL 297.12º 0.93% 0.44% -
HSV(B) 297.12º 0.96% 0.85% -
XYZ 37.94 18.25 66.49 -
YUV 90.91 198.6 210.09 -
System Red Green Blue C M Y K H S L
Decimal 206 8 216 0.05 0.96 0 0.15 297.12 0.93 0.44
Hex CE 8 D8 5 60 0 F 129 5D 2C
Octal 316 10 330 5 140 0 17 451 135 54
Binary 11001110 1000 11011000 101 1100000 0 1111 100101001 1011101 101100

Color Harmonies of #CE08D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE08D8

Black with #CE08D8

Text Example


Text Example

White with #CE08D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE08D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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