#C3117F

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

Shades of Medium Violet Red #C3117F

Tints of Medium Violet Red #C3117F

Color information

#C3117F (or 0xC3117F) is unknown color: approx Medium Violet Red. HEX triplet: C3, 11 and 7F. RGB value is (195,17,127). Sum of RGB (Red+Green+Blue) = 195+17+127=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C3117F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3117F is #3CEE80. Grayscale: #525252. Windows color (decimal): -3993217 or 8327619. OLE color: 8327619.

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

Color convert

RGB19517127-
CMYK00.910.350.24
HSL322.92º83.96%41.57%-
HSV(B)322.92º91.28%76.47%-
XYZ26.5413.5421.29-
YUV82.76152.97208.06-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 57.52%
GREEN value IS 17 (7.03% from 255) = 5.01%
BLUE value IS 127 (50% from 255) = 37.46%
R=57.52%
G=5.01%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951712700.910.350.24322.9283.9641.57
HexC3117F05B2318143542a
Octal303211770133433050312452
Binary1100001110001111111101011011100011110001010000111010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3117F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3117F; }

 p { color: rgb(195,17,127); }

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

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

 a { background-color: rgb(195,17,127); }

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

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

 span { border-color: rgb(195,17,127); }

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