Html Css Color HEX #C509AA Deep Magenta

📋 copy color: '#C509AA'

red 197 ◦ green 9 ◦ blue 170

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

Shades of Deep Magenta #C509AA

Tints of Deep Magenta #C509AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.21%

R = 52.39%
G = 2.39%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C509AA (or 0xC509AA) is known color: Deep Magenta. HEX triplet: C5, 09 and AA. RGB value is (197,9,170). Sum of RGB (Red+Green+Blue) = 197+9+170=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 9 (3.91% from 255 or 2.39% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C509AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C509AA is #3AF655. Grayscale: #535353. Windows color (decimal): -3864150 or 11143621. OLE color: 11143621.

HSL color Cylindrical-coordinate representation of color #C509AA: hue angle of 308.62º 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 #C509AA is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 9 170 -
CMYK 0 0.95 0.14 0.23
HSL 308.62º 0.91% 0.4% -
HSV(B) 308.62º 0.95% 0.77% -
XYZ 30.38 14.97 39.32 -
YUV 83.57 176.78 208.91 -
System Red Green Blue C M Y K H S L
Decimal 197 9 170 0 0.95 0.14 0.23 308.62 0.91 0.4
Hex C5 9 AA 0 5F E 17 135 5B 28
Octal 305 11 252 0 137 16 27 465 133 50
Binary 11000101 1001 10101010 0 1011111 1110 10111 100110101 1011011 101000

Color Harmonies of #C509AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C509AA

Black with #C509AA

Text Example


Text Example

White with #C509AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C509AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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