Html Css Color HEX #CE17DF Deep Magenta

📋 copy color: '#CE17DF'

red 206 ◦ green 23 ◦ blue 223

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

Shades of Deep Magenta #CE17DF

Tints of Deep Magenta #CE17DF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.09%

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

R = 45.58%
G = 5.09%
B = 49.34%

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

#CE17DF (or 0xCE17DF) is known color: Deep Magenta. HEX triplet: CE, 17 and DF. RGB value is (206,23,223). Sum of RGB (Red+Green+Blue) = 206+23+223=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 23 (9.38% from 255 or 5.09% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE17DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE17DF is #31E820. Grayscale: #636363. Windows color (decimal): -3270689 or 14620622. OLE color: 14620622.

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

Color convert

RGB 206 23 223 -
CMYK 0.08 0.90 0 0.13
HSL 294.9º 0.81% 0.48% -
HSV(B) 294.9º 0.9% 0.87% -
XYZ 39.08 19.06 71.43 -
YUV 100.52 197.13 203.24 -
System Red Green Blue C M Y K H S L
Decimal 206 23 223 0.08 0.90 0 0.13 294.9 0.81 0.48
Hex CE 17 DF 8 5A 0 D 127 51 30
Octal 316 27 337 10 132 0 15 447 121 60
Binary 11001110 10111 11011111 1000 1011010 0 1101 100100111 1010001 110000

Color Harmonies of #CE17DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE17DF

Black with #CE17DF

Text Example


Text Example

White with #CE17DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE17DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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