Html Css Color HEX #C521AA Medium Violet Red

📋 copy color: '#C521AA'

red 197 ◦ green 33 ◦ blue 170

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

Shades of Medium Violet Red #C521AA

Tints of Medium Violet Red #C521AA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.25%

 BLUE value IS 170 (66.8% from 255) = 42.5%

R = 49.25%
G = 8.25%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C521AA (or 0xC521AA) is known color: Medium Violet Red. HEX triplet: C5, 21 and AA. RGB value is (197,33,170). Sum of RGB (Red+Green+Blue) = 197+33+170=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 33 (13.28% from 255 or 8.25% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C521AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C521AA is #3ADE55. Grayscale: #616161. Windows color (decimal): -3858006 or 11149765. OLE color: 11149765.

HSL color Cylindrical-coordinate representation of color #C521AA: hue angle of 309.88º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C521AA is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 33 170 -
CMYK 0 0.83 0.14 0.23
HSL 309.88º 0.71% 0.45% -
HSV(B) 309.88º 0.83% 0.77% -
XYZ 30.83 15.86 39.47 -
YUV 97.65 168.83 198.86 -
System Red Green Blue C M Y K H S L
Decimal 197 33 170 0 0.83 0.14 0.23 309.88 0.71 0.45
Hex C5 21 AA 0 53 E 17 136 47 2D
Octal 305 41 252 0 123 16 27 466 107 55
Binary 11000101 100001 10101010 0 1010011 1110 10111 100110110 1000111 101101

Color Harmonies of #C521AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C521AA

Black with #C521AA

Text Example


Text Example

White with #C521AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C521AA; }

 p { color: rgb(197,33,170); }

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

background-color css

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

 a { background-color: rgb(197,33,170); }

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

border-color css

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

 span { border-color: rgb(197,33,170); }

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