Html Css Color HEX #CE16DE Deep Magenta

📋 copy color: '#CE16DE'

red 206 ◦ green 22 ◦ blue 222

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

Shades of Deep Magenta #CE16DE

Tints of Deep Magenta #CE16DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.33%

R = 45.78%
G = 4.89%
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

#CE16DE (or 0xCE16DE) is known color: Deep Magenta. HEX triplet: CE, 16 and DE. RGB value is (206,22,222). Sum of RGB (Red+Green+Blue) = 206+22+222=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 22 (8.98% from 255 or 4.89% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE16DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE16DE is #31E921. Grayscale: #636363. Windows color (decimal): -3270946 or 14554830. OLE color: 14554830.

HSL color Cylindrical-coordinate representation of color #CE16DE: hue angle of 295.2º 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 #CE16DE is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 22 222 -
CMYK 0.07 0.90 0 0.13
HSL 295.2º 0.82% 0.48% -
HSV(B) 295.2º 0.9% 0.87% -
XYZ 38.93 18.97 70.72 -
YUV 99.82 196.96 203.74 -
System Red Green Blue C M Y K H S L
Decimal 206 22 222 0.07 0.90 0 0.13 295.2 0.82 0.48
Hex CE 16 DE 7 5A 0 D 127 52 30
Octal 316 26 336 7 132 0 15 447 122 60
Binary 11001110 10110 11011110 111 1011010 0 1101 100100111 1010010 110000

Color Harmonies of #CE16DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE16DE

Black with #CE16DE

Text Example


Text Example

White with #CE16DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE16DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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