Html Css Color HEX #C019AD Deep Magenta

📋 copy color: '#C019AD'

red 192 ◦ green 25 ◦ blue 173

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

Shades of Deep Magenta #C019AD

Tints of Deep Magenta #C019AD

RGB

 RED value IS 192 (75.39% from 255) = 49.23%

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

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

R = 49.23%
G = 6.41%
B = 44.36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C019AD (or 0xC019AD) is known color: Deep Magenta. HEX triplet: C0, 19 and AD. RGB value is (192,25,173). Sum of RGB (Red+Green+Blue) = 192+25+173=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C019AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C019AD is #3FE652. Grayscale: #5B5B5B. Windows color (decimal): -4187731 or 11344320. OLE color: 11344320.

HSL color Cylindrical-coordinate representation of color #C019AD: hue angle of 306.83º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C019AD is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 25 173 -
CMYK 0 0.87 0.10 0.25
HSL 306.83º 0.77% 0.43% -
HSV(B) 306.83º 0.87% 0.75% -
XYZ 29.63 14.92 40.85 -
YUV 91.81 173.83 199.47 -
System Red Green Blue C M Y K H S L
Decimal 192 25 173 0 0.87 0.10 0.25 306.83 0.77 0.43
Hex C0 19 AD 0 57 A 19 133 4D 2B
Octal 300 31 255 0 127 12 31 463 115 53
Binary 11000000 11001 10101101 0 1010111 1010 11001 100110011 1001101 101011

Color Harmonies of #C019AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C019AD

Black with #C019AD

Text Example


Text Example

White with #C019AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C019AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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