#C50172

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

Shades of Medium Violet Red #C50172

Tints of Medium Violet Red #C50172

Color information

#C50172 (or 0xC50172) is unknown color: approx Medium Violet Red. HEX triplet: C5, 01 and 72. RGB value is (197,1,114). Sum of RGB (Red+Green+Blue) = 197+1+114=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C50172 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50172 is #3AFE8D. Grayscale: #484848. Windows color (decimal): -3866254 or 7471557. OLE color: 7471557.

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

Color convert

RGB1971114-
CMYK00.990.420.23
HSL325.41º98.99%38.82%-
HSV(B)325.41º99.49%77.25%-
XYZ26.0713.1117.08-
YUV72.49151.43216.81-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 63.14%
GREEN value IS 1 (0.78% from 255) = 0.32%
BLUE value IS 114 (44.92% from 255) = 36.54%
R=63.14%
G=0.32%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197111400.990.420.23325.4198.9938.82
HexC51720632A171456327
Octal30511620143522750514347
Binary110001011111001001100011101010101111010001011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50172; }

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

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

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

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

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

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

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

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