Html Css Color HEX #C525AD Medium Violet Red

📋 copy color: '#C525AD'

red 197 ◦ green 37 ◦ blue 173

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

Shades of Medium Violet Red #C525AD

Tints of Medium Violet Red #C525AD

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.09%

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

R = 48.4%
G = 9.09%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C525AD (or 0xC525AD) is known color: Medium Violet Red. HEX triplet: C5, 25 and AD. RGB value is (197,37,173). Sum of RGB (Red+Green+Blue) = 197+37+173=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 37 (14.84% from 255 or 9.09% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C525AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C525AD is #3ADA52. Grayscale: #636363. Windows color (decimal): -3856979 or 11347397. OLE color: 11347397.

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

Color convert

RGB 197 37 173 -
CMYK 0 0.81 0.12 0.23
HSL 309º 0.68% 0.46% -
HSV(B) 309º 0.81% 0.77% -
XYZ 31.23 16.21 41.02 -
YUV 100.34 169.01 196.94 -
System Red Green Blue C M Y K H S L
Decimal 197 37 173 0 0.81 0.12 0.23 309 0.68 0.46
Hex C5 25 AD 0 51 C 17 135 44 2E
Octal 305 45 255 0 121 14 27 465 104 56
Binary 11000101 100101 10101101 0 1010001 1100 10111 100110101 1000100 101110

Color Harmonies of #C525AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C525AD

Black with #C525AD

Text Example


Text Example

White with #C525AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C525AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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