Html Css Color HEX #CE16D8 Deep Magenta

📋 copy color: '#CE16D8'

red 206 ◦ green 22 ◦ blue 216

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

Shades of Deep Magenta #CE16D8

Tints of Deep Magenta #CE16D8

RGB

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

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

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

R = 46.4%
G = 4.95%
B = 48.65%

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

#CE16D8 (or 0xCE16D8) is known color: Deep Magenta. HEX triplet: CE, 16 and D8. RGB value is (206,22,216). Sum of RGB (Red+Green+Blue) = 206+22+216=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 22 (8.98% from 255 or 4.95% from 444); Blue value is 216 (84.77% from 255 or 48.65% from 444); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE16D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE16D8 is #31E927. Grayscale: #626262. Windows color (decimal): -3270952 or 14161614. OLE color: 14161614.

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

Color convert

RGB 206 22 216 -
CMYK 0.05 0.90 0 0.15
HSL 296.91º 0.82% 0.47% -
HSV(B) 296.91º 0.9% 0.85% -
XYZ 38.14 18.65 66.56 -
YUV 99.13 193.96 204.23 -
System Red Green Blue C M Y K H S L
Decimal 206 22 216 0.05 0.90 0 0.15 296.91 0.82 0.47
Hex CE 16 D8 5 5A 0 F 129 52 2F
Octal 316 26 330 5 132 0 17 451 122 57
Binary 11001110 10110 11011000 101 1011010 0 1111 100101001 1010010 101111

Color Harmonies of #CE16D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE16D8

Black with #CE16D8

Text Example


Text Example

White with #CE16D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE16D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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