Html Css Color HEX #C501AA Deep Magenta

📋 copy color: '#C501AA'

red 197 ◦ green 1 ◦ blue 170

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

Shades of Deep Magenta #C501AA

Tints of Deep Magenta #C501AA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 53.53%
G = 0.27%
B = 46.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C501AA (or 0xC501AA) is known color: Deep Magenta. HEX triplet: C5, 01 and AA. RGB value is (197,1,170). Sum of RGB (Red+Green+Blue) = 197+1+170=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 1 (0.78% from 255 or 0.27% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C501AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C501AA is #3AFE55. Grayscale: #4E4E4E. Windows color (decimal): -3866198 or 11141573. OLE color: 11141573.

HSL color Cylindrical-coordinate representation of color #C501AA: hue angle of 308.27º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C501AA is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 1 170 -
CMYK 0 0.99 0.14 0.23
HSL 308.27º 0.99% 0.39% -
HSV(B) 308.27º 0.99% 0.77% -
XYZ 30.29 14.79 39.29 -
YUV 78.87 179.43 212.26 -
System Red Green Blue C M Y K H S L
Decimal 197 1 170 0 0.99 0.14 0.23 308.27 0.99 0.39
Hex C5 1 AA 0 63 E 17 134 63 27
Octal 305 1 252 0 143 16 27 464 143 47
Binary 11000101 1 10101010 0 1100011 1110 10111 100110100 1100011 100111

Color Harmonies of #C501AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C501AA

Black with #C501AA

Text Example


Text Example

White with #C501AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C501AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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