#C5399C

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

Shades of Medium Red Violet #C5399C

Tints of Medium Red Violet #C5399C

Color information

#C5399C (or 0xC5399C) is unknown color: approx Medium Red Violet. HEX triplet: C5, 39 and 9C. RGB value is (197,57,156). Sum of RGB (Red+Green+Blue) = 197+57+156=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 57 (22.66% from 255 or 13.90% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C5399C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5399C is #3AC663. Grayscale: #6D6D6D. Windows color (decimal): -3851876 or 10238405. OLE color: 10238405.

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

Color convert

RGB19757156-
CMYK00.710.210.23
HSL317.57º55.12%49.8%-
HSV(B)317.57º71.07%77.25%-
XYZ30.4917.233.16-
YUV110.15153.88189.95-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.05%
GREEN value IS 57 (22.66% from 255) = 13.90%
BLUE value IS 156 (61.33% from 255) = 38.05%
R=48.05%
G=13.90%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975715600.710.210.23317.5755.1249.8
HexC5399C047151713e3732
Octal30571234010725274766762
Binary1100010111100110011100010001111010110111100111110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5399C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5399C; }

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

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

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

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

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

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

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

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