Html Css Color HEX #CE10D8 Deep Magenta

📋 copy color: '#CE10D8'

red 206 ◦ green 16 ◦ blue 216

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

Shades of Deep Magenta #CE10D8

Tints of Deep Magenta #CE10D8

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.65%

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

R = 47.03%
G = 3.65%
B = 49.32%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE10D8 (or 0xCE10D8) is known color: Deep Magenta. HEX triplet: CE, 10 and D8. RGB value is (206,16,216). Sum of RGB (Red+Green+Blue) = 206+16+216=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 16 (6.64% from 255 or 3.65% from 438); Blue value is 216 (84.77% from 255 or 49.32% from 438); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE10D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE10D8 is #31EF27. Grayscale: #5F5F5F. Windows color (decimal): -3272488 or 14160078. OLE color: 14160078.

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

Color convert

RGB 206 16 216 -
CMYK 0.05 0.93 0 0.15
HSL 297º 0.86% 0.45% -
HSV(B) 297º 0.93% 0.85% -
XYZ 38.03 18.45 66.52 -
YUV 95.61 195.95 206.74 -
System Red Green Blue C M Y K H S L
Decimal 206 16 216 0.05 0.93 0 0.15 297 0.86 0.45
Hex CE 10 D8 5 5D 0 F 129 56 2D
Octal 316 20 330 5 135 0 17 451 126 55
Binary 11001110 10000 11011000 101 1011101 0 1111 100101001 1010110 101101

Color Harmonies of #CE10D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE10D8

Black with #CE10D8

Text Example


Text Example

White with #CE10D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE10D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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