Html Css Color HEX #C505AD Deep Magenta

📋 copy color: '#C505AD'

red 197 ◦ green 5 ◦ blue 173

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

Shades of Deep Magenta #C505AD

Tints of Deep Magenta #C505AD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.33%

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

R = 52.53%
G = 1.33%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C505AD (or 0xC505AD) is known color: Deep Magenta. HEX triplet: C5, 05 and AD. RGB value is (197,5,173). Sum of RGB (Red+Green+Blue) = 197+5+173=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 5 (2.34% from 255 or 1.33% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C505AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C505AD is #3AFA52. Grayscale: #515151. Windows color (decimal): -3865171 or 11339205. OLE color: 11339205.

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

Color convert

RGB 197 5 173 -
CMYK 0 0.97 0.12 0.23
HSL 307.5º 0.95% 0.4% -
HSV(B) 307.5º 0.97% 0.77% -
XYZ 30.62 15 40.82 -
YUV 81.56 179.61 210.34 -
System Red Green Blue C M Y K H S L
Decimal 197 5 173 0 0.97 0.12 0.23 307.5 0.95 0.4
Hex C5 5 AD 0 61 C 17 134 5F 28
Octal 305 5 255 0 141 14 27 464 137 50
Binary 11000101 101 10101101 0 1100001 1100 10111 100110100 1011111 101000

Color Harmonies of #C505AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C505AD

Black with #C505AD

Text Example


Text Example

White with #C505AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C505AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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