Html Css Color HEX #C520A0 Medium Violet Red

📋 copy color: '#C520A0'

red 197 ◦ green 32 ◦ blue 160

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

Shades of Medium Violet Red #C520A0

Tints of Medium Violet Red #C520A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 41.13%

R = 50.64%
G = 8.23%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C520A0 (or 0xC520A0) is known color: Medium Violet Red. HEX triplet: C5, 20 and A0. RGB value is (197,32,160). Sum of RGB (Red+Green+Blue) = 197+32+160=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 160 (62.89% from 255 or 41.13% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C520A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C520A0 is #3ADF5F. Grayscale: #5F5F5F. Windows color (decimal): -3858272 or 10494149. OLE color: 10494149.

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

Color convert

RGB 197 32 160 -
CMYK 0 0.84 0.19 0.23
HSL 313.45º 0.72% 0.45% -
HSV(B) 313.45º 0.84% 0.77% -
XYZ 29.89 15.44 34.66 -
YUV 95.93 164.16 200.09 -
System Red Green Blue C M Y K H S L
Decimal 197 32 160 0 0.84 0.19 0.23 313.45 0.72 0.45
Hex C5 20 A0 0 54 13 17 139 48 2D
Octal 305 40 240 0 124 23 27 471 110 55
Binary 11000101 100000 10100000 0 1010100 10011 10111 100111001 1001000 101101

Color Harmonies of #C520A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C520A0

Black with #C520A0

Text Example


Text Example

White with #C520A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C520A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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