#C53292

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

Shades of Medium Red Violet #C53292

Tints of Medium Red Violet #C53292

Color information

#C53292 (or 0xC53292) is unknown color: approx Medium Red Violet. HEX triplet: C5, 32 and 92. RGB value is (197,50,146). Sum of RGB (Red+Green+Blue) = 197+50+146=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 50 (19.92% from 255 or 12.72% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C53292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53292 is #3ACD6D. Grayscale: #686868. Windows color (decimal): -3853678 or 9581253. OLE color: 9581253.

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

Color convert

RGB19750146-
CMYK00.750.260.23
HSL320.82º59.51%48.43%-
HSV(B)320.82º74.62%77.25%-
XYZ29.3516.2328.78-
YUV104.9151.2193.69-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.13%
GREEN value IS 50 (19.92% from 255) = 12.72%
BLUE value IS 146 (57.42% from 255) = 37.15%
R=50.13%
G=12.72%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975014600.750.260.23320.8259.5148.43
HexC5329204B1A171413c30
Octal30562222011332275017460
Binary1100010111001010010010010010111101010111101000001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53292; }

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

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

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

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

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

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

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

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