#C5399F

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

Shades of Medium Red Violet #C5399F

Tints of Medium Red Violet #C5399F

Color information

#C5399F (or 0xC5399F) is unknown color: approx Medium Red Violet. HEX triplet: C5, 39 and 9F. RGB value is (197,57,159). Sum of RGB (Red+Green+Blue) = 197+57+159=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 57 (22.66% from 255 or 13.80% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C5399F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5399F is #3AC660. Grayscale: #6E6E6E. Windows color (decimal): -3851873 or 10435013. OLE color: 10435013.

HSL color Cylindrical-coordinate representation of color #C5399F: hue angle of 316.29º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5399F is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB19757159-
CMYK00.710.190.23
HSL316.29º55.12%49.8%-
HSV(B)316.29º71.07%77.25%-
XYZ30.7517.334.52-
YUV110.49155.38189.71-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.70%
GREEN value IS 57 (22.66% from 255) = 13.80%
BLUE value IS 159 (62.5% from 255) = 38.50%
R=47.70%
G=13.80%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975715900.710.190.23316.2955.1249.8
HexC5399F047131713c3732
Octal30571237010723274746762
Binary1100010111100110011111010001111001110111100111100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5399F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5399F; }

 p { color: rgb(197,57,159); }

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

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

 a { background-color: rgb(197,57,159); }

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

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

 span { border-color: rgb(197,57,159); }

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