#C53074

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

Shades of Medium Red Violet #C53074

Tints of Medium Red Violet #C53074

Color information

#C53074 (or 0xC53074) is unknown color: approx Medium Red Violet. HEX triplet: C5, 30 and 74. RGB value is (197,48,116). Sum of RGB (Red+Green+Blue) = 197+48+116=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C53074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53074 is #3ACF8B. Grayscale: #646464. Windows color (decimal): -3854220 or 7614661. OLE color: 7614661.

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

Color convert

RGB19748116-
CMYK00.760.410.23
HSL332.62º60.82%48.04%-
HSV(B)332.62º75.63%77.25%-
XYZ27.2415.2518.03-
YUV100.3136.86196.97-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 54.57%
GREEN value IS 48 (19.14% from 255) = 13.30%
BLUE value IS 116 (45.70% from 255) = 32.13%
R=54.57%
G=13.30%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1974811600.760.410.23332.6260.8248.04
HexC5307404C291714d3d30
Octal30560164011451275157560
Binary1100010111000011101000100110010100110111101001101111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53074; }

 p { color: rgb(197,48,116); }

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

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

 a { background-color: rgb(197,48,116); }

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

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

 span { border-color: rgb(197,48,116); }

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