#C5158F

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

Shades of Medium Violet Red #C5158F

Tints of Medium Violet Red #C5158F

Color information

#C5158F (or 0xC5158F) is unknown color: approx Medium Violet Red. HEX triplet: C5, 15 and 8F. RGB value is (197,21,143). Sum of RGB (Red+Green+Blue) = 197+21+143=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C5158F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5158F is #3AEA70. Grayscale: #575757. Windows color (decimal): -3861105 or 9377221. OLE color: 9377221.

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

Color convert

RGB19721143-
CMYK00.890.270.23
HSL318.41º80.73%42.75%-
HSV(B)318.41º89.34%77.25%-
XYZ28.2514.3927.28-
YUV87.53159.31206.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 54.57%
GREEN value IS 21 (8.59% from 255) = 5.82%
BLUE value IS 143 (56.25% from 255) = 39.61%
R=54.57%
G=5.82%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1972114300.890.270.23318.4180.7342.75
HexC5158F0591B1713e512b
Octal305252170131332747612153
Binary1100010110101100011110101100111011101111001111101010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5158F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5158F; }

 p { color: rgb(197,21,143); }

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

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

 a { background-color: rgb(197,21,143); }

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

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

 span { border-color: rgb(197,21,143); }

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