Html Css Color HEX #CE08CE Deep Magenta

📋 copy color: '#CE08CE'

red 206 ◦ green 8 ◦ blue 206

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

Shades of Deep Magenta #CE08CE

Tints of Deep Magenta #CE08CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.05%

R = 49.05%
G = 1.9%
B = 49.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE08CE (or 0xCE08CE) is known color: Deep Magenta. HEX triplet: CE, 08 and CE. RGB value is (206,8,206). Sum of RGB (Red+Green+Blue) = 206+8+206=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 8 (3.52% from 255 or 1.90% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE08CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE08CE is #31F731. Grayscale: #595959. Windows color (decimal): -3274546 or 13502670. OLE color: 13502670.

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

Color convert

RGB 206 8 206 -
CMYK 0 0.96 0 0.19
HSL 300º 0.93% 0.42% -
HSV(B) 300º 0.96% 0.81% -
XYZ 36.68 17.75 59.89 -
YUV 89.77 193.6 210.9 -
System Red Green Blue C M Y K H S L
Decimal 206 8 206 0 0.96 0 0.19 300 0.93 0.42
Hex CE 8 CE 0 60 0 13 12C 5D 2A
Octal 316 10 316 0 140 0 23 454 135 52
Binary 11001110 1000 11001110 0 1100000 0 10011 100101100 1011101 101010

Color Harmonies of #CE08CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE08CE

Black with #CE08CE

Text Example


Text Example

White with #CE08CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE08CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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