#C52C85

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

Shades of Medium Red Violet #C52C85

Tints of Medium Red Violet #C52C85

Color information

#C52C85 (or 0xC52C85) is unknown color: approx Medium Red Violet. HEX triplet: C5, 2C and 85. RGB value is (197,44,133). Sum of RGB (Red+Green+Blue) = 197+44+133=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 44 (17.58% from 255 or 11.76% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C52C85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52C85 is #3AD37A. Grayscale: #636363. Windows color (decimal): -3855227 or 8727749. OLE color: 8727749.

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

Color convert

RGB19744133-
CMYK00.780.320.23
HSL325.1º63.49%47.25%-
HSV(B)325.1º77.66%77.25%-
XYZ28.1615.3723.67-
YUV99.89146.69197.26-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.67%
GREEN value IS 44 (17.58% from 255) = 11.76%
BLUE value IS 133 (52.34% from 255) = 35.56%
R=52.67%
G=11.76%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1974413300.780.320.23325.163.4947.25
HexC52C8504E20171453f2f
Octal30554205011640275057757
Binary11000101101100100001010100111010000010111101000101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52C85; }

 p { color: rgb(197,44,133); }

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

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

 a { background-color: rgb(197,44,133); }

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

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

 span { border-color: rgb(197,44,133); }

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