Html Css Color HEX #C521A8 Medium Violet Red

📋 copy color: '#C521A8'

red 197 ◦ green 33 ◦ blue 168

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

Shades of Medium Violet Red #C521A8

Tints of Medium Violet Red #C521A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 42.21%

R = 49.5%
G = 8.29%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C521A8 (or 0xC521A8) is known color: Medium Violet Red. HEX triplet: C5, 21 and A8. RGB value is (197,33,168). Sum of RGB (Red+Green+Blue) = 197+33+168=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 33 (13.28% from 255 or 8.29% from 398); Blue value is 168 (66.02% from 255 or 42.21% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C521A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C521A8 is #3ADE57. Grayscale: #616161. Windows color (decimal): -3858008 or 11018693. OLE color: 11018693.

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

Color convert

RGB 197 33 168 -
CMYK 0 0.83 0.15 0.23
HSL 310.61º 0.71% 0.45% -
HSV(B) 310.61º 0.83% 0.77% -
XYZ 30.64 15.79 38.48 -
YUV 97.43 167.83 199.02 -
System Red Green Blue C M Y K H S L
Decimal 197 33 168 0 0.83 0.15 0.23 310.61 0.71 0.45
Hex C5 21 A8 0 53 F 17 137 47 2D
Octal 305 41 250 0 123 17 27 467 107 55
Binary 11000101 100001 10101000 0 1010011 1111 10111 100110111 1000111 101101

Color Harmonies of #C521A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C521A8

Black with #C521A8

Text Example


Text Example

White with #C521A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C521A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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