#C50170

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

Shades of Medium Violet Red #C50170

Tints of Medium Violet Red #C50170

Color information

#C50170 (or 0xC50170) is unknown color: approx Medium Violet Red. HEX triplet: C5, 01 and 70. RGB value is (197,1,112). Sum of RGB (Red+Green+Blue) = 197+1+112=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C50170 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50170 is #3AFE8F. Grayscale: #484848. Windows color (decimal): -3866256 or 7340485. OLE color: 7340485.

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

Color convert

RGB1971112-
CMYK00.990.430.23
HSL326.02º98.99%38.82%-
HSV(B)326.02º99.49%77.25%-
XYZ25.9613.0616.48-
YUV72.26150.43216.97-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 63.55%
GREEN value IS 1 (0.78% from 255) = 0.32%
BLUE value IS 112 (44.14% from 255) = 36.13%
R=63.55%
G=0.32%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197111200.990.430.23326.0298.9938.82
HexC51700632B171466327
Octal30511600143532750614347
Binary110001011111000001100011101011101111010001101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50170; }

 p { color: rgb(197,1,112); }

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

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

 a { background-color: rgb(197,1,112); }

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

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

 span { border-color: rgb(197,1,112); }

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