Html Css Color HEX #C520A2 Medium Violet Red

📋 copy color: '#C520A2'

red 197 ◦ green 32 ◦ blue 162

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

Shades of Medium Violet Red #C520A2

Tints of Medium Violet Red #C520A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 41.43%

R = 50.38%
G = 8.18%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C520A2 (or 0xC520A2) is known color: Medium Violet Red. HEX triplet: C5, 20 and A2. RGB value is (197,32,162). Sum of RGB (Red+Green+Blue) = 197+32+162=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 32 (12.89% from 255 or 8.18% from 391); Blue value is 162 (63.67% from 255 or 41.43% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C520A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C520A2 is #3ADF5D. Grayscale: #5F5F5F. Windows color (decimal): -3858270 or 10625221. OLE color: 10625221.

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

Color convert

RGB 197 32 162 -
CMYK 0 0.84 0.18 0.23
HSL 312.73º 0.72% 0.45% -
HSV(B) 312.73º 0.84% 0.77% -
XYZ 30.06 15.51 35.59 -
YUV 96.16 165.16 199.93 -
System Red Green Blue C M Y K H S L
Decimal 197 32 162 0 0.84 0.18 0.23 312.73 0.72 0.45
Hex C5 20 A2 0 54 12 17 139 48 2D
Octal 305 40 242 0 124 22 27 471 110 55
Binary 11000101 100000 10100010 0 1010100 10010 10111 100111001 1001000 101101

Color Harmonies of #C520A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C520A2

Black with #C520A2

Text Example


Text Example

White with #C520A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C520A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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