Html Css Color HEX #C520A6 Medium Violet Red

📋 copy color: '#C520A6'

red 197 ◦ green 32 ◦ blue 166

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

Shades of Medium Violet Red #C520A6

Tints of Medium Violet Red #C520A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 42.03%

R = 49.87%
G = 8.1%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C520A6 (or 0xC520A6) is known color: Medium Violet Red. HEX triplet: C5, 20 and A6. RGB value is (197,32,166). Sum of RGB (Red+Green+Blue) = 197+32+166=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 166 (65.23% from 255 or 42.03% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C520A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C520A6 is #3ADF59. Grayscale: #606060. Windows color (decimal): -3858266 or 10887365. OLE color: 10887365.

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

Color convert

RGB 197 32 166 -
CMYK 0 0.84 0.16 0.23
HSL 311.27º 0.72% 0.45% -
HSV(B) 311.27º 0.84% 0.77% -
XYZ 30.43 15.66 37.49 -
YUV 96.61 167.16 199.6 -
System Red Green Blue C M Y K H S L
Decimal 197 32 166 0 0.84 0.16 0.23 311.27 0.72 0.45
Hex C5 20 A6 0 54 10 17 137 48 2D
Octal 305 40 246 0 124 20 27 467 110 55
Binary 11000101 100000 10100110 0 1010100 10000 10111 100110111 1001000 101101

Color Harmonies of #C520A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C520A6

Black with #C520A6

Text Example


Text Example

White with #C520A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C520A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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