Html Css Color HEX #C520AB Medium Violet Red

📋 copy color: '#C520AB'

red 197 ◦ green 32 ◦ blue 171

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

Shades of Medium Violet Red #C520AB

Tints of Medium Violet Red #C520AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.75%

R = 49.25%
G = 8%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C520AB (or 0xC520AB) is known color: Medium Violet Red. HEX triplet: C5, 20 and AB. RGB value is (197,32,171). Sum of RGB (Red+Green+Blue) = 197+32+171=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 32 (12.89% from 255 or 8% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C520AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C520AB is #3ADF54. Grayscale: #606060. Windows color (decimal): -3858261 or 11215045. OLE color: 11215045.

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

Color convert

RGB 197 32 171 -
CMYK 0 0.84 0.13 0.23
HSL 309.45º 0.72% 0.45% -
HSV(B) 309.45º 0.84% 0.77% -
XYZ 30.89 15.84 39.96 -
YUV 97.18 169.66 199.2 -
System Red Green Blue C M Y K H S L
Decimal 197 32 171 0 0.84 0.13 0.23 309.45 0.72 0.45
Hex C5 20 AB 0 54 D 17 135 48 2D
Octal 305 40 253 0 124 15 27 465 110 55
Binary 11000101 100000 10101011 0 1010100 1101 10111 100110101 1001000 101101

Color Harmonies of #C520AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C520AB

Black with #C520AB

Text Example


Text Example

White with #C520AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C520AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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