#C50871

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

Shades of Medium Violet Red #C50871

Tints of Medium Violet Red #C50871

Color information

#C50871 (or 0xC50871) is unknown color: approx Medium Violet Red. HEX triplet: C5, 08 and 71. RGB value is (197,8,113). Sum of RGB (Red+Green+Blue) = 197+8+113=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 8 (3.52% from 255 or 2.52% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C50871 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50871 is #3AF78E. Grayscale: #4C4C4C. Windows color (decimal): -3864463 or 7407813. OLE color: 7407813.

HSL color Cylindrical-coordinate representation of color #C50871: hue angle of 326.67º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C50871 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB1978113-
CMYK00.960.430.23
HSL326.67º92.2%40.2%-
HSV(B)326.67º95.94%77.25%-
XYZ26.0913.2416.8-
YUV76.48148.62213.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 61.95%
GREEN value IS 8 (3.52% from 255) = 2.52%
BLUE value IS 113 (44.53% from 255) = 35.53%
R=61.95%
G=2.52%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197811300.960.430.23326.6792.240.2
HexC58710602B171475c28
Octal305101610140532750713450
Binary110001011000111000101100000101011101111010001111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50871; }

 p { color: rgb(197,8,113); }

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

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

 a { background-color: rgb(197,8,113); }

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

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

 span { border-color: rgb(197,8,113); }

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