Html Css Color HEX #C524A6 Medium Violet Red

📋 copy color: '#C524A6'

red 197 ◦ green 36 ◦ blue 166

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

Shades of Medium Violet Red #C524A6

Tints of Medium Violet Red #C524A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 41.6%

R = 49.37%
G = 9.02%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C524A6 (or 0xC524A6) is known color: Medium Violet Red. HEX triplet: C5, 24 and A6. RGB value is (197,36,166). Sum of RGB (Red+Green+Blue) = 197+36+166=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 36 (14.45% from 255 or 9.02% from 399); Blue value is 166 (65.23% from 255 or 41.60% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C524A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C524A6 is #3ADB59. Grayscale: #626262. Windows color (decimal): -3857242 or 10888389. OLE color: 10888389.

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

Color convert

RGB 197 36 166 -
CMYK 0 0.82 0.16 0.23
HSL 311.55º 0.69% 0.46% -
HSV(B) 311.55º 0.82% 0.77% -
XYZ 30.54 15.89 37.53 -
YUV 98.96 165.84 197.93 -
System Red Green Blue C M Y K H S L
Decimal 197 36 166 0 0.82 0.16 0.23 311.55 0.69 0.46
Hex C5 24 A6 0 52 10 17 138 45 2E
Octal 305 44 246 0 122 20 27 470 105 56
Binary 11000101 100100 10100110 0 1010010 10000 10111 100111000 1000101 101110

Color Harmonies of #C524A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C524A6

Black with #C524A6

Text Example


Text Example

White with #C524A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C524A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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