Html Css Color HEX #C524A8 Medium Violet Red

📋 copy color: '#C524A8'

red 197 ◦ green 36 ◦ blue 168

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

Shades of Medium Violet Red #C524A8

Tints of Medium Violet Red #C524A8

RGB

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

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

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

R = 49.13%
G = 8.98%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C524A8 (or 0xC524A8) is known color: Medium Violet Red. HEX triplet: C5, 24 and A8. RGB value is (197,36,168). Sum of RGB (Red+Green+Blue) = 197+36+168=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 36 (14.45% from 255 or 8.98% from 401); Blue value is 168 (66.02% from 255 or 41.90% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C524A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C524A8 is #3ADB57. Grayscale: #626262. Windows color (decimal): -3857240 or 11019461. OLE color: 11019461.

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

Color convert

RGB 197 36 168 -
CMYK 0 0.82 0.15 0.23
HSL 310.81º 0.69% 0.46% -
HSV(B) 310.81º 0.82% 0.77% -
XYZ 30.72 15.96 38.51 -
YUV 99.19 166.84 197.77 -
System Red Green Blue C M Y K H S L
Decimal 197 36 168 0 0.82 0.15 0.23 310.81 0.69 0.46
Hex C5 24 A8 0 52 F 17 137 45 2E
Octal 305 44 250 0 122 17 27 467 105 56
Binary 11000101 100100 10101000 0 1010010 1111 10111 100110111 1000101 101110

Color Harmonies of #C524A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C524A8

Black with #C524A8

Text Example


Text Example

White with #C524A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C524A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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