Html Css Color HEX #C919AD Deep Magenta

📋 copy color: '#C919AD'

red 201 ◦ green 25 ◦ blue 173

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

Shades of Deep Magenta #C919AD

Tints of Deep Magenta #C919AD

RGB

 RED value IS 201 (78.91% from 255) = 50.38%

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

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

R = 50.38%
G = 6.27%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C919AD (or 0xC919AD) is known color: Deep Magenta. HEX triplet: C9, 19 and AD. RGB value is (201,25,173). Sum of RGB (Red+Green+Blue) = 201+25+173=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 25 (10.16% from 255 or 6.27% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C919AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C919AD is #36E652. Grayscale: #5E5E5E. Windows color (decimal): -3597907 or 11344329. OLE color: 11344329.

HSL color Cylindrical-coordinate representation of color #C919AD: hue angle of 309.55º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C919AD is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 25 173 -
CMYK 0 0.88 0.14 0.21
HSL 309.55º 0.78% 0.44% -
HSV(B) 309.55º 0.88% 0.79% -
XYZ 31.98 16.13 40.96 -
YUV 94.5 172.31 203.97 -
System Red Green Blue C M Y K H S L
Decimal 201 25 173 0 0.88 0.14 0.21 309.55 0.78 0.44
Hex C9 19 AD 0 58 E 15 136 4E 2C
Octal 311 31 255 0 130 16 25 466 116 54
Binary 11001001 11001 10101101 0 1011000 1110 10101 100110110 1001110 101100

Color Harmonies of #C919AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C919AD

Black with #C919AD

Text Example


Text Example

White with #C919AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C919AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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