Html Css Color HEX #C520AF Deep Magenta

📋 copy color: '#C520AF'

red 197 ◦ green 32 ◦ blue 175

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

Shades of Deep Magenta #C520AF

Tints of Deep Magenta #C520AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.32%

R = 48.76%
G = 7.92%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C520AF (or 0xC520AF) is known color: Deep Magenta. HEX triplet: C5, 20 and AF. RGB value is (197,32,175). Sum of RGB (Red+Green+Blue) = 197+32+175=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 32 (12.89% from 255 or 7.92% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C520AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C520AF is #3ADF50. Grayscale: #616161. Windows color (decimal): -3858257 or 11477189. OLE color: 11477189.

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

Color convert

RGB 197 32 175 -
CMYK 0 0.84 0.11 0.23
HSL 308º 0.72% 0.45% -
HSV(B) 308º 0.84% 0.77% -
XYZ 31.28 16 42 -
YUV 97.64 171.66 198.87 -
System Red Green Blue C M Y K H S L
Decimal 197 32 175 0 0.84 0.11 0.23 308 0.72 0.45
Hex C5 20 AF 0 54 B 17 134 48 2D
Octal 305 40 257 0 124 13 27 464 110 55
Binary 11000101 100000 10101111 0 1010100 1011 10111 100110100 1001000 101101

Color Harmonies of #C520AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C520AF

Black with #C520AF

Text Example


Text Example

White with #C520AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C520AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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