Html Css Color HEX #C524A0 Medium Violet Red

📋 copy color: '#C524A0'

red 197 ◦ green 36 ◦ blue 160

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

Shades of Medium Violet Red #C524A0

Tints of Medium Violet Red #C524A0

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.16%

 BLUE value IS 160 (62.89% from 255) = 40.71%

R = 50.13%
G = 9.16%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C524A0 (or 0xC524A0) is known color: Medium Violet Red. HEX triplet: C5, 24 and A0. RGB value is (197,36,160). Sum of RGB (Red+Green+Blue) = 197+36+160=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 36 (14.45% from 255 or 9.16% from 393); Blue value is 160 (62.89% from 255 or 40.71% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C524A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C524A0 is #3ADB5F. Grayscale: #616161. Windows color (decimal): -3857248 or 10495173. OLE color: 10495173.

HSL color Cylindrical-coordinate representation of color #C524A0: hue angle of 313.79º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C524A0 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 36 160 -
CMYK 0 0.82 0.19 0.23
HSL 313.79º 0.69% 0.46% -
HSV(B) 313.79º 0.82% 0.77% -
XYZ 30 15.67 34.7 -
YUV 98.28 162.84 198.42 -
System Red Green Blue C M Y K H S L
Decimal 197 36 160 0 0.82 0.19 0.23 313.79 0.69 0.46
Hex C5 24 A0 0 52 13 17 13A 45 2E
Octal 305 44 240 0 122 23 27 472 105 56
Binary 11000101 100100 10100000 0 1010010 10011 10111 100111010 1000101 101110

Color Harmonies of #C524A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C524A0

Black with #C524A0

Text Example


Text Example

White with #C524A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C524A0; }

 p { color: rgb(197,36,160); }

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

background-color css

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

 a { background-color: rgb(197,36,160); }

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

border-color css

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

 span { border-color: rgb(197,36,160); }

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