Html Css Color HEX #C516AD Deep Magenta

📋 copy color: '#C516AD'

red 197 ◦ green 22 ◦ blue 173

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

Shades of Deep Magenta #C516AD

Tints of Deep Magenta #C516AD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.61%

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

R = 50.26%
G = 5.61%
B = 44.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C516AD (or 0xC516AD) is known color: Deep Magenta. HEX triplet: C5, 16 and AD. RGB value is (197,22,173). Sum of RGB (Red+Green+Blue) = 197+22+173=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 22 (8.98% from 255 or 5.61% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C516AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C516AD is #3AE952. Grayscale: #5B5B5B. Windows color (decimal): -3860819 or 11343557. OLE color: 11343557.

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

Color convert

RGB 197 22 173 -
CMYK 0 0.89 0.12 0.23
HSL 308.23º 0.8% 0.43% -
HSV(B) 308.23º 0.89% 0.77% -
XYZ 30.86 15.46 40.89 -
YUV 91.54 173.98 203.22 -
System Red Green Blue C M Y K H S L
Decimal 197 22 173 0 0.89 0.12 0.23 308.23 0.8 0.43
Hex C5 16 AD 0 59 C 17 134 50 2B
Octal 305 26 255 0 131 14 27 464 120 53
Binary 11000101 10110 10101101 0 1011001 1100 10111 100110100 1010000 101011

Color Harmonies of #C516AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C516AD

Black with #C516AD

Text Example


Text Example

White with #C516AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C516AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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