Html Css Color HEX #CE15DD Deep Magenta

📋 copy color: '#CE15DD'

red 206 ◦ green 21 ◦ blue 221

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

Shades of Deep Magenta #CE15DD

Tints of Deep Magenta #CE15DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.33%

R = 45.98%
G = 4.69%
B = 49.33%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE15DD (or 0xCE15DD) is known color: Deep Magenta. HEX triplet: CE, 15 and DD. RGB value is (206,21,221). Sum of RGB (Red+Green+Blue) = 206+21+221=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 21 (8.59% from 255 or 4.69% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE15DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE15DD is #31EA22. Grayscale: #626262. Windows color (decimal): -3271203 or 14489038. OLE color: 14489038.

HSL color Cylindrical-coordinate representation of color #CE15DD: hue angle of 295.5º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE15DD is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 21 221 -
CMYK 0.07 0.90 0 0.13
HSL 295.5º 0.83% 0.47% -
HSV(B) 295.5º 0.9% 0.87% -
XYZ 38.77 18.88 70.01 -
YUV 99.12 196.79 204.24 -
System Red Green Blue C M Y K H S L
Decimal 206 21 221 0.07 0.90 0 0.13 295.5 0.83 0.47
Hex CE 15 DD 7 5A 0 D 128 53 2F
Octal 316 25 335 7 132 0 15 450 123 57
Binary 11001110 10101 11011101 111 1011010 0 1101 100101000 1010011 101111

Color Harmonies of #CE15DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE15DD

Black with #CE15DD

Text Example


Text Example

White with #CE15DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE15DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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