Html Css Color HEX #C519AD Deep Magenta

📋 copy color: '#C519AD'

red 197 ◦ green 25 ◦ blue 173

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

Shades of Deep Magenta #C519AD

Tints of Deep Magenta #C519AD

RGB

 RED value IS 197 (77.34% from 255) = 49.87%

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

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

R = 49.87%
G = 6.33%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C519AD (or 0xC519AD) is known color: Deep Magenta. HEX triplet: C5, 19 and AD. RGB value is (197,25,173). Sum of RGB (Red+Green+Blue) = 197+25+173=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 25 (10.16% from 255 or 6.33% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C519AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C519AD is #3AE652. Grayscale: #5C5C5C. Windows color (decimal): -3860051 or 11344325. OLE color: 11344325.

HSL color Cylindrical-coordinate representation of color #C519AD: hue angle of 308.37º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C519AD is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 25 173 -
CMYK 0 0.87 0.12 0.23
HSL 308.37º 0.77% 0.44% -
HSV(B) 308.37º 0.87% 0.77% -
XYZ 30.92 15.58 40.91 -
YUV 93.3 172.98 201.97 -
System Red Green Blue C M Y K H S L
Decimal 197 25 173 0 0.87 0.12 0.23 308.37 0.77 0.44
Hex C5 19 AD 0 57 C 17 134 4D 2C
Octal 305 31 255 0 127 14 27 464 115 54
Binary 11000101 11001 10101101 0 1010111 1100 10111 100110100 1001101 101100

Color Harmonies of #C519AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C519AD

Black with #C519AD

Text Example


Text Example

White with #C519AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C519AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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