#C53076

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

Shades of Medium Red Violet #C53076

Tints of Medium Red Violet #C53076

Color information

#C53076 (or 0xC53076) is unknown color: approx Medium Red Violet. HEX triplet: C5, 30 and 76. RGB value is (197,48,118). Sum of RGB (Red+Green+Blue) = 197+48+118=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C53076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53076 is #3ACF89. Grayscale: #646464. Windows color (decimal): -3854218 or 7745733. OLE color: 7745733.

HSL color Cylindrical-coordinate representation of color #C53076: hue angle of 331.81º 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 #C53076 is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB19748118-
CMYK00.760.400.23
HSL331.81º60.82%48.04%-
HSV(B)331.81º75.63%77.25%-
XYZ27.3515.2918.65-
YUV100.53137.86196.81-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 54.27%
GREEN value IS 48 (19.14% from 255) = 13.22%
BLUE value IS 118 (46.48% from 255) = 32.51%
R=54.27%
G=13.22%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1974811800.760.400.23331.8160.8248.04
HexC5307604C281714c3d30
Octal30560166011450275147560
Binary1100010111000011101100100110010100010111101001100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53076; }

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

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

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

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

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

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

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

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