Html Css Color HEX #CE17AD Deep Magenta

📋 copy color: '#CE17AD'

red 206 ◦ green 23 ◦ blue 173

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

Shades of Deep Magenta #CE17AD

Tints of Deep Magenta #CE17AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.03%

R = 51.24%
G = 5.72%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CE17AD (or 0xCE17AD) is known color: Deep Magenta. HEX triplet: CE, 17 and AD. RGB value is (206,23,173). Sum of RGB (Red+Green+Blue) = 206+23+173=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 23 (9.38% from 255 or 5.72% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE17AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE17AD is #31E852. Grayscale: #5E5E5E. Windows color (decimal): -3270739 or 11343822. OLE color: 11343822.

HSL color Cylindrical-coordinate representation of color #CE17AD: hue angle of 310.82º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE17AD is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 23 173 -
CMYK 0 0.89 0.16 0.19
HSL 310.82º 0.8% 0.45% -
HSV(B) 310.82º 0.89% 0.81% -
XYZ 33.3 16.75 41.01 -
YUV 94.82 172.13 207.3 -
System Red Green Blue C M Y K H S L
Decimal 206 23 173 0 0.89 0.16 0.19 310.82 0.8 0.45
Hex CE 17 AD 0 59 10 13 137 50 2D
Octal 316 27 255 0 131 20 23 467 120 55
Binary 11001110 10111 10101101 0 1011001 10000 10011 100110111 1010000 101101

Color Harmonies of #CE17AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE17AD

Black with #CE17AD

Text Example


Text Example

White with #CE17AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE17AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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