#C524A5

Color #C524A5 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #C524A5

Tints of Medium Violet Red #C524A5

Color information

#C524A5 (or 0xC524A5) is unknown color: approx Medium Violet Red. HEX triplet: C5, 24 and A5. RGB value is (197,36,165). Sum of RGB (Red+Green+Blue) = 197+36+165=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 36 (14.45% from 255 or 9.05% from 398); Blue value is 165 (64.84% from 255 or 41.46% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C524A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C524A5 is #3ADB5A. Grayscale: #626262. Windows color (decimal): -3857243 or 10822853. OLE color: 10822853.

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

Color convert

RGB19736165-
CMYK00.820.160.23
HSL311.93º69.1%45.69%-
HSV(B)311.93º81.73%77.25%-
XYZ30.4515.8537.05-
YUV98.84165.34198.01-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.50%
GREEN value IS 36 (14.45% from 255) = 9.05%
BLUE value IS 165 (64.84% from 255) = 41.46%
R=49.50%
G=9.05%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1973616500.820.160.23311.9369.145.69
HexC524A50521017138452e
Octal305442450122202747010556
Binary11000101100100101001010101001010000101111001110001000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C524A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C524A5; }

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

 H1.HeaderClassName
 {
   color: #C524A5;
 }
 .AnyTagClassName
 {
   color: #C524A5;
 }
</style>
background-color css

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

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

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

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

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

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