#c53492

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

Shades of Medium Red Violet #C53492

Tints of Medium Red Violet #C53492

Color information

#C53492 (or 0xC53492) is unknown color: approx Medium Red Violet. HEX triplet: C5, 34 and 92. RGB value is (197,52,146). Sum of RGB (Red+Green+Blue) = 197+52+146=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 52 (20.70% from 255 or 13.16% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C53492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53492 is #3ACB6D. Grayscale: #696969. Windows color (decimal): -3853166 or 9581765. OLE color: 9581765.

HSL color Cylindrical-coordinate representation of color #C53492: hue angle of 321.1º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C53492 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB19752146-
CMYK00.740.260.23
HSL321.1º58.23%48.82%-
HSV(B)321.1º73.6%77.25%-
XYZ29.4416.428.81-
YUV106.07150.54192.86-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.87%
GREEN value IS 52 (20.70% from 255) = 13.16%
BLUE value IS 146 (57.42% from 255) = 36.96%
R=49.87%
G=13.16%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975214600.740.260.23321.158.2348.82
HexC5349204A1A171413a31
Octal30564222011232275017261
Binary1100010111010010010010010010101101010111101000001111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c53492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c53492; }

 p { color: rgb(197,52,146); }

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

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

 a { background-color: rgb(197,52,146); }

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

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

 span { border-color: rgb(197,52,146); }

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