Html Css Color HEX #CE16DD Deep Magenta

📋 copy color: '#CE16DD'

red 206 ◦ green 22 ◦ blue 221

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

Shades of Deep Magenta #CE16DD

Tints of Deep Magenta #CE16DD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.9%

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

R = 45.88%
G = 4.9%
B = 49.22%

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

#CE16DD (or 0xCE16DD) is known color: Deep Magenta. HEX triplet: CE, 16 and DD. RGB value is (206,22,221). Sum of RGB (Red+Green+Blue) = 206+22+221=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 22 (8.98% from 255 or 4.90% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE16DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE16DD is #31E922. Grayscale: #636363. Windows color (decimal): -3270947 or 14489294. OLE color: 14489294.

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

Color convert

RGB 206 22 221 -
CMYK 0.07 0.90 0 0.13
HSL 295.48º 0.82% 0.48% -
HSV(B) 295.48º 0.9% 0.87% -
XYZ 38.79 18.92 70.01 -
YUV 99.7 196.46 203.82 -
System Red Green Blue C M Y K H S L
Decimal 206 22 221 0.07 0.90 0 0.13 295.48 0.82 0.48
Hex CE 16 DD 7 5A 0 D 127 52 30
Octal 316 26 335 7 132 0 15 447 122 60
Binary 11001110 10110 11011101 111 1011010 0 1101 100100111 1010010 110000

Color Harmonies of #CE16DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE16DD

Black with #CE16DD

Text Example


Text Example

White with #CE16DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE16DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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