Html Css Color HEX #C524AD Medium Violet Red

📋 copy color: '#C524AD'

red 197 ◦ green 36 ◦ blue 173

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

Shades of Medium Violet Red #C524AD

Tints of Medium Violet Red #C524AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.61%

R = 48.52%
G = 8.87%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C524AD (or 0xC524AD) is known color: Medium Violet Red. HEX triplet: C5, 24 and AD. RGB value is (197,36,173). Sum of RGB (Red+Green+Blue) = 197+36+173=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 36 (14.45% from 255 or 8.87% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C524AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C524AD is #3ADB52. Grayscale: #636363. Windows color (decimal): -3857235 or 11347141. OLE color: 11347141.

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

Color convert

RGB 197 36 173 -
CMYK 0 0.82 0.12 0.23
HSL 308.94º 0.69% 0.46% -
HSV(B) 308.94º 0.82% 0.77% -
XYZ 31.2 16.15 41.01 -
YUV 99.76 169.34 197.36 -
System Red Green Blue C M Y K H S L
Decimal 197 36 173 0 0.82 0.12 0.23 308.94 0.69 0.46
Hex C5 24 AD 0 52 C 17 135 45 2E
Octal 305 44 255 0 122 14 27 465 105 56
Binary 11000101 100100 10101101 0 1010010 1100 10111 100110101 1000101 101110

Color Harmonies of #C524AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C524AD

Black with #C524AD

Text Example


Text Example

White with #C524AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C524AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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