Html Css Color HEX #C509AD Deep Magenta

📋 copy color: '#C509AD'

red 197 ◦ green 9 ◦ blue 173

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

Shades of Deep Magenta #C509AD

Tints of Deep Magenta #C509AD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.37%

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

R = 51.98%
G = 2.37%
B = 45.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C509AD (or 0xC509AD) is known color: Deep Magenta. HEX triplet: C5, 09 and AD. RGB value is (197,9,173). Sum of RGB (Red+Green+Blue) = 197+9+173=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 9 (3.91% from 255 or 2.37% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C509AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C509AD is #3AF652. Grayscale: #535353. Windows color (decimal): -3864147 or 11340229. OLE color: 11340229.

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

Color convert

RGB 197 9 173 -
CMYK 0 0.95 0.12 0.23
HSL 307.66º 0.91% 0.4% -
HSV(B) 307.66º 0.95% 0.77% -
XYZ 30.67 15.08 40.83 -
YUV 83.91 178.28 208.66 -
System Red Green Blue C M Y K H S L
Decimal 197 9 173 0 0.95 0.12 0.23 307.66 0.91 0.4
Hex C5 9 AD 0 5F C 17 134 5B 28
Octal 305 11 255 0 137 14 27 464 133 50
Binary 11000101 1001 10101101 0 1011111 1100 10111 100110100 1011011 101000

Color Harmonies of #C509AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C509AD

Black with #C509AD

Text Example


Text Example

White with #C509AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C509AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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