#C53892

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

Shades of Medium Red Violet #C53892

Tints of Medium Red Violet #C53892

Color information

#C53892 (or 0xC53892) is unknown color: approx Medium Red Violet. HEX triplet: C5, 38 and 92. RGB value is (197,56,146). Sum of RGB (Red+Green+Blue) = 197+56+146=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 56 (22.27% from 255 or 14.04% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C53892 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53892 is #3AC76D. Grayscale: #6C6C6C. Windows color (decimal): -3852142 or 9582789. OLE color: 9582789.

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

Color convert

RGB19756146-
CMYK00.720.260.23
HSL321.7º55.73%49.61%-
HSV(B)321.7º71.57%77.25%-
XYZ29.6316.7728.87-
YUV108.42149.21191.18-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.37%
GREEN value IS 56 (22.27% from 255) = 14.04%
BLUE value IS 146 (57.42% from 255) = 36.59%
R=49.37%
G=14.04%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975614600.720.260.23321.755.7349.61
HexC538920481A171423832
Octal30570222011032275027062
Binary1100010111100010010010010010001101010111101000010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53892; }

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

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

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

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

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

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

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

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