#c5307f

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

Shades of Medium Red Violet #C5307F

Tints of Medium Red Violet #C5307F

Color information

#C5307F (or 0xC5307F) is unknown color: approx Medium Red Violet. HEX triplet: C5, 30 and 7F. RGB value is (197,48,127). Sum of RGB (Red+Green+Blue) = 197+48+127=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 48 (19.14% from 255 or 12.90% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C5307F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5307F is #3ACF80. Grayscale: #656565. Windows color (decimal): -3854209 or 8335557. OLE color: 8335557.

HSL color Cylindrical-coordinate representation of color #C5307F: hue angle of 328.19º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5307F is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB19748127-
CMYK00.760.360.23
HSL328.19º60.82%48.04%-
HSV(B)328.19º75.63%77.25%-
XYZ27.9115.5221.6-
YUV101.56142.36196.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.96%
GREEN value IS 48 (19.14% from 255) = 12.90%
BLUE value IS 127 (50% from 255) = 34.14%
R=52.96%
G=12.90%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1974812700.760.360.23328.1960.8248.04
HexC5307F04C24171483d30
Octal30560177011444275107560
Binary1100010111000011111110100110010010010111101001000111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5307f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5307f; }

 p { color: rgb(197,48,127); }

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

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

 a { background-color: rgb(197,48,127); }

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

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

 span { border-color: rgb(197,48,127); }

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