Html Css Color HEX #CE15D8 Deep Magenta

📋 copy color: '#CE15D8'

red 206 ◦ green 21 ◦ blue 216

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

Shades of Deep Magenta #CE15D8

Tints of Deep Magenta #CE15D8

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.74%

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

R = 46.5%
G = 4.74%
B = 48.76%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE15D8 (or 0xCE15D8) is known color: Deep Magenta. HEX triplet: CE, 15 and D8. RGB value is (206,21,216). Sum of RGB (Red+Green+Blue) = 206+21+216=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 21 (8.59% from 255 or 4.74% from 443); Blue value is 216 (84.77% from 255 or 48.76% from 443); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE15D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE15D8 is #31EA27. Grayscale: #616161. Windows color (decimal): -3271208 or 14161358. OLE color: 14161358.

HSL color Cylindrical-coordinate representation of color #CE15D8: hue angle of 296.92º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE15D8 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 21 216 -
CMYK 0.05 0.90 0 0.15
HSL 296.92º 0.82% 0.46% -
HSV(B) 296.92º 0.9% 0.85% -
XYZ 38.12 18.62 66.55 -
YUV 98.55 194.29 204.64 -
System Red Green Blue C M Y K H S L
Decimal 206 21 216 0.05 0.90 0 0.15 296.92 0.82 0.46
Hex CE 15 D8 5 5A 0 F 129 52 2E
Octal 316 25 330 5 132 0 17 451 122 56
Binary 11001110 10101 11011000 101 1011010 0 1111 100101001 1010010 101110

Color Harmonies of #CE15D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE15D8

Black with #CE15D8

Text Example


Text Example

White with #CE15D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE15D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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