Html Css Color HEX #C520AE Deep Magenta

📋 copy color: '#C520AE'

red 197 ◦ green 32 ◦ blue 174

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

Shades of Deep Magenta #C520AE

Tints of Deep Magenta #C520AE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.94%

 BLUE value IS 174 (68.36% from 255) = 43.18%

R = 48.88%
G = 7.94%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C520AE (or 0xC520AE) is known color: Deep Magenta. HEX triplet: C5, 20 and AE. RGB value is (197,32,174). Sum of RGB (Red+Green+Blue) = 197+32+174=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 32 (12.89% from 255 or 7.94% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C520AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C520AE is #3ADF51. Grayscale: #616161. Windows color (decimal): -3858258 or 11411653. OLE color: 11411653.

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

Color convert

RGB 197 32 174 -
CMYK 0 0.84 0.12 0.23
HSL 308.36º 0.72% 0.45% -
HSV(B) 308.36º 0.84% 0.77% -
XYZ 31.18 15.96 41.48 -
YUV 97.52 171.16 198.95 -
System Red Green Blue C M Y K H S L
Decimal 197 32 174 0 0.84 0.12 0.23 308.36 0.72 0.45
Hex C5 20 AE 0 54 C 17 134 48 2D
Octal 305 40 256 0 124 14 27 464 110 55
Binary 11000101 100000 10101110 0 1010100 1100 10111 100110100 1001000 101101

Color Harmonies of #C520AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C520AE

Black with #C520AE

Text Example


Text Example

White with #C520AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C520AE; }

 p { color: rgb(197,32,174); }

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

background-color css

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

 a { background-color: rgb(197,32,174); }

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

border-color css

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

 span { border-color: rgb(197,32,174); }

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