Html Css Color HEX #C509AC Deep Magenta

📋 copy color: '#C509AC'

red 197 ◦ green 9 ◦ blue 172

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

Shades of Deep Magenta #C509AC

Tints of Deep Magenta #C509AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.5%

R = 52.12%
G = 2.38%
B = 45.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C509AC (or 0xC509AC) is known color: Deep Magenta. HEX triplet: C5, 09 and AC. RGB value is (197,9,172). Sum of RGB (Red+Green+Blue) = 197+9+172=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 9 (3.91% from 255 or 2.38% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C509AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C509AC is #3AF653. Grayscale: #535353. Windows color (decimal): -3864148 or 11274693. OLE color: 11274693.

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

Color convert

RGB 197 9 172 -
CMYK 0 0.95 0.13 0.23
HSL 307.98º 0.91% 0.4% -
HSV(B) 307.98º 0.95% 0.77% -
XYZ 30.57 15.04 40.32 -
YUV 83.79 177.78 208.75 -
System Red Green Blue C M Y K H S L
Decimal 197 9 172 0 0.95 0.13 0.23 307.98 0.91 0.4
Hex C5 9 AC 0 5F D 17 134 5B 28
Octal 305 11 254 0 137 15 27 464 133 50
Binary 11000101 1001 10101100 0 1011111 1101 10111 100110100 1011011 101000

Color Harmonies of #C509AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C509AC

Black with #C509AC

Text Example


Text Example

White with #C509AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C509AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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