Html Css Color HEX #C517AD Deep Magenta

📋 copy color: '#C517AD'

red 197 ◦ green 23 ◦ blue 173

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

Shades of Deep Magenta #C517AD

Tints of Deep Magenta #C517AD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.85%

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

R = 50.13%
G = 5.85%
B = 44.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C517AD (or 0xC517AD) is known color: Deep Magenta. HEX triplet: C5, 17 and AD. RGB value is (197,23,173). Sum of RGB (Red+Green+Blue) = 197+23+173=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 23 (9.38% from 255 or 5.85% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C517AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C517AD is #3AE852. Grayscale: #5B5B5B. Windows color (decimal): -3860563 or 11343813. OLE color: 11343813.

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

Color convert

RGB 197 23 173 -
CMYK 0 0.88 0.12 0.23
HSL 308.28º 0.79% 0.43% -
HSV(B) 308.28º 0.88% 0.77% -
XYZ 30.88 15.5 40.9 -
YUV 92.13 173.65 202.8 -
System Red Green Blue C M Y K H S L
Decimal 197 23 173 0 0.88 0.12 0.23 308.28 0.79 0.43
Hex C5 17 AD 0 58 C 17 134 4F 2B
Octal 305 27 255 0 130 14 27 464 117 53
Binary 11000101 10111 10101101 0 1011000 1100 10111 100110100 1001111 101011

Color Harmonies of #C517AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C517AD

Black with #C517AD

Text Example


Text Example

White with #C517AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C517AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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