#c4316f

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

Shades of Medium Red Violet #C4316F

Tints of Medium Red Violet #C4316F

Color information

#C4316F (or 0xC4316F) is unknown color: approx Medium Red Violet. HEX triplet: C4, 31 and 6F. RGB value is (196,49,111). Sum of RGB (Red+Green+Blue) = 196+49+111=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 49 (19.53% from 255 or 13.76% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C4316F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4316F is #3BCE90. Grayscale: #636363. Windows color (decimal): -3919505 or 7287236. OLE color: 7287236.

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

Color convert

RGB19649111-
CMYK00.750.430.23
HSL334.69º60%48.04%-
HSV(B)334.69º75%76.86%-
XYZ26.7315.0816.54-
YUV100.02134.2196.46-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 55.06%
GREEN value IS 49 (19.53% from 255) = 13.76%
BLUE value IS 111 (43.75% from 255) = 31.18%
R=55.06%
G=13.76%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1964911100.750.430.23334.696048.04
HexC4316F04B2B1714f3c30
Octal30461157011353275177460
Binary1100010011000111011110100101110101110111101001111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4316f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4316f; }

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

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

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

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

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

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

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

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