Html Css Color HEX #C521AC Medium Violet Red

📋 copy color: '#C521AC'

red 197 ◦ green 33 ◦ blue 172

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

Shades of Medium Violet Red #C521AC

Tints of Medium Violet Red #C521AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.79%

R = 49%
G = 8.21%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C521AC (or 0xC521AC) is known color: Medium Violet Red. HEX triplet: C5, 21 and AC. RGB value is (197,33,172). Sum of RGB (Red+Green+Blue) = 197+33+172=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 33 (13.28% from 255 or 8.21% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C521AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C521AC is #3ADE53. Grayscale: #616161. Windows color (decimal): -3858004 or 11280837. OLE color: 11280837.

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

Color convert

RGB 197 33 172 -
CMYK 0 0.83 0.13 0.23
HSL 309.15º 0.71% 0.45% -
HSV(B) 309.15º 0.83% 0.77% -
XYZ 31.02 15.94 40.47 -
YUV 97.88 169.83 198.7 -
System Red Green Blue C M Y K H S L
Decimal 197 33 172 0 0.83 0.13 0.23 309.15 0.71 0.45
Hex C5 21 AC 0 53 D 17 135 47 2D
Octal 305 41 254 0 123 15 27 465 107 55
Binary 11000101 100001 10101100 0 1010011 1101 10111 100110101 1000111 101101

Color Harmonies of #C521AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C521AC

Black with #C521AC

Text Example


Text Example

White with #C521AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C521AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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