#C52895

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

Shades of Medium Red Violet #C52895

Tints of Medium Red Violet #C52895

Color information

#C52895 (or 0xC52895) is unknown color: approx Medium Red Violet. HEX triplet: C5, 28 and 95. RGB value is (197,40,149). Sum of RGB (Red+Green+Blue) = 197+40+149=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 40 (16.02% from 255 or 10.36% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C52895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52895 is #3AD76A. Grayscale: #636363. Windows color (decimal): -3856235 or 9775301. OLE color: 9775301.

HSL color Cylindrical-coordinate representation of color #C52895: hue angle of 318.34º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52895 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB19740149-
CMYK00.800.240.23
HSL318.34º66.24%46.47%-
HSV(B)318.34º79.7%77.25%-
XYZ29.2115.5629.9-
YUV99.37156.01197.64-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.04%
GREEN value IS 40 (16.02% from 255) = 10.36%
BLUE value IS 149 (58.59% from 255) = 38.60%
R=51.04%
G=10.36%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1974014900.800.240.23318.3466.2446.47
HexC52895050181713e422e
Octal305502250120302747610256
Binary11000101101000100101010101000011000101111001111101000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52895; }

 p { color: rgb(197,40,149); }

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

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

 a { background-color: rgb(197,40,149); }

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

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

 span { border-color: rgb(197,40,149); }

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