#C1316F

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

Shades of Medium Red Violet #C1316F

Tints of Medium Red Violet #C1316F

Color information

#C1316F (or 0xC1316F) is unknown color: approx Medium Red Violet. HEX triplet: C1, 31 and 6F. RGB value is (193,49,111). Sum of RGB (Red+Green+Blue) = 193+49+111=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C1316F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1316F is #3ECE90. Grayscale: #636363. Windows color (decimal): -4116113 or 7287233. OLE color: 7287233.

HSL color Cylindrical-coordinate representation of color #C1316F: hue angle of 334.17º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C1316F is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB19349111-
CMYK00.750.420.24
HSL334.17º59.5%47.45%-
HSV(B)334.17º74.61%75.69%-
XYZ25.9614.6816.5-
YUV99.12134.71194.96-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.67%
GREEN value IS 49 (19.53% from 255) = 13.88%
BLUE value IS 111 (43.75% from 255) = 31.44%
R=54.67%
G=13.88%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1934911100.750.420.24334.1759.547.45
HexC1316F04B2A1814e3c2f
Octal30161157011352305167457
Binary1100000111000111011110100101110101011000101001110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1316F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1316F; }

 p { color: rgb(193,49,111); }

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

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

 a { background-color: rgb(193,49,111); }

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

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

 span { border-color: rgb(193,49,111); }

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