Html Css Color HEX #C525A8 Medium Violet Red

📋 copy color: '#C525A8'

red 197 ◦ green 37 ◦ blue 168

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

Shades of Medium Violet Red #C525A8

Tints of Medium Violet Red #C525A8

RGB

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

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

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

R = 49%
G = 9.2%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C525A8 (or 0xC525A8) is known color: Medium Violet Red. HEX triplet: C5, 25 and A8. RGB value is (197,37,168). Sum of RGB (Red+Green+Blue) = 197+37+168=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 37 (14.84% from 255 or 9.20% from 402); Blue value is 168 (66.02% from 255 or 41.79% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C525A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C525A8 is #3ADA57. Grayscale: #636363. Windows color (decimal): -3856984 or 11019717. OLE color: 11019717.

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

Color convert

RGB 197 37 168 -
CMYK 0 0.81 0.15 0.23
HSL 310.88º 0.68% 0.46% -
HSV(B) 310.88º 0.81% 0.77% -
XYZ 30.76 16.02 38.52 -
YUV 99.77 166.51 197.35 -
System Red Green Blue C M Y K H S L
Decimal 197 37 168 0 0.81 0.15 0.23 310.88 0.68 0.46
Hex C5 25 A8 0 51 F 17 137 44 2E
Octal 305 45 250 0 121 17 27 467 104 56
Binary 11000101 100101 10101000 0 1010001 1111 10111 100110111 1000100 101110

Color Harmonies of #C525A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C525A8

Black with #C525A8

Text Example


Text Example

White with #C525A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C525A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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