#C52A75

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

Shades of Medium Red Violet #C52A75

Tints of Medium Red Violet #C52A75

Color information

#C52A75 (or 0xC52A75) is unknown color: approx Medium Red Violet. HEX triplet: C5, 2A and 75. RGB value is (197,42,117). Sum of RGB (Red+Green+Blue) = 197+42+117=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 42 (16.80% from 255 or 11.80% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C52A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52A75 is #3AD58A. Grayscale: #606060. Windows color (decimal): -3855755 or 7678661. OLE color: 7678661.

HSL color Cylindrical-coordinate representation of color #C52A75: hue angle of 330.97º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C52A75 is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB19742117-
CMYK00.790.410.23
HSL330.97º64.85%46.86%-
HSV(B)330.97º78.68%77.25%-
XYZ27.0614.8118.26-
YUV96.9139.35199.4-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.34%
GREEN value IS 42 (16.80% from 255) = 11.80%
BLUE value IS 117 (46.09% from 255) = 32.87%
R=55.34%
G=11.80%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1974211700.790.410.23330.9764.8546.86
HexC52A7504F291714b412f
Octal305521650117512751310157
Binary11000101101010111010101001111101001101111010010111000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52A75; }

 p { color: rgb(197,42,117); }

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

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

 a { background-color: rgb(197,42,117); }

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

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

 span { border-color: rgb(197,42,117); }

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