Html Css Color HEX #C520A9 Medium Violet Red

📋 copy color: '#C520A9'

red 197 ◦ green 32 ◦ blue 169

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

Shades of Medium Violet Red #C520A9

Tints of Medium Violet Red #C520A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 42.46%

R = 49.5%
G = 8.04%
B = 42.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C520A9 (or 0xC520A9) is known color: Medium Violet Red. HEX triplet: C5, 20 and A9. RGB value is (197,32,169). Sum of RGB (Red+Green+Blue) = 197+32+169=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 32 (12.89% from 255 or 8.04% from 398); Blue value is 169 (66.41% from 255 or 42.46% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C520A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C520A9 is #3ADF56. Grayscale: #606060. Windows color (decimal): -3858263 or 11083973. OLE color: 11083973.

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

Color convert

RGB 197 32 169 -
CMYK 0 0.84 0.14 0.23
HSL 310.18º 0.72% 0.45% -
HSV(B) 310.18º 0.84% 0.77% -
XYZ 30.7 15.77 38.96 -
YUV 96.95 168.66 199.36 -
System Red Green Blue C M Y K H S L
Decimal 197 32 169 0 0.84 0.14 0.23 310.18 0.72 0.45
Hex C5 20 A9 0 54 E 17 136 48 2D
Octal 305 40 251 0 124 16 27 466 110 55
Binary 11000101 100000 10101001 0 1010100 1110 10111 100110110 1001000 101101

Color Harmonies of #C520A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C520A9

Black with #C520A9

Text Example


Text Example

White with #C520A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C520A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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