Html Css Color HEX #CE16DF Deep Magenta

📋 copy color: '#CE16DF'

red 206 ◦ green 22 ◦ blue 223

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

Shades of Deep Magenta #CE16DF

Tints of Deep Magenta #CE16DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.45%

R = 45.68%
G = 4.88%
B = 49.45%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE16DF (or 0xCE16DF) is known color: Deep Magenta. HEX triplet: CE, 16 and DF. RGB value is (206,22,223). Sum of RGB (Red+Green+Blue) = 206+22+223=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 22 (8.98% from 255 or 4.88% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE16DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE16DF is #31E920. Grayscale: #636363. Windows color (decimal): -3270945 or 14620366. OLE color: 14620366.

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

Color convert

RGB 206 22 223 -
CMYK 0.08 0.90 0 0.13
HSL 294.93º 0.82% 0.48% -
HSV(B) 294.93º 0.9% 0.87% -
XYZ 39.06 19.02 71.43 -
YUV 99.93 197.46 203.66 -
System Red Green Blue C M Y K H S L
Decimal 206 22 223 0.08 0.90 0 0.13 294.93 0.82 0.48
Hex CE 16 DF 8 5A 0 D 127 52 30
Octal 316 26 337 10 132 0 15 447 122 60
Binary 11001110 10110 11011111 1000 1011010 0 1101 100100111 1010010 110000

Color Harmonies of #CE16DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE16DF

Black with #CE16DF

Text Example


Text Example

White with #CE16DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE16DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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