Html Css Color HEX #CE19AD Deep Magenta

📋 copy color: '#CE19AD'

red 206 ◦ green 25 ◦ blue 173

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

Shades of Deep Magenta #CE19AD

Tints of Deep Magenta #CE19AD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.19%

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

R = 50.99%
G = 6.19%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CE19AD (or 0xCE19AD) is known color: Deep Magenta. HEX triplet: CE, 19 and AD. RGB value is (206,25,173). Sum of RGB (Red+Green+Blue) = 206+25+173=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 25 (10.16% from 255 or 6.19% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE19AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE19AD is #31E652. Grayscale: #5F5F5F. Windows color (decimal): -3270227 or 11344334. OLE color: 11344334.

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

Color convert

RGB 206 25 173 -
CMYK 0 0.88 0.16 0.19
HSL 310.94º 0.78% 0.45% -
HSV(B) 310.94º 0.88% 0.81% -
XYZ 33.34 16.83 41.03 -
YUV 95.99 171.47 206.47 -
System Red Green Blue C M Y K H S L
Decimal 206 25 173 0 0.88 0.16 0.19 310.94 0.78 0.45
Hex CE 19 AD 0 58 10 13 137 4E 2D
Octal 316 31 255 0 130 20 23 467 116 55
Binary 11001110 11001 10101101 0 1011000 10000 10011 100110111 1001110 101101

Color Harmonies of #CE19AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE19AD

Black with #CE19AD

Text Example


Text Example

White with #CE19AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE19AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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