#C1056F

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

Shades of Medium Violet Red #C1056F

Tints of Medium Violet Red #C1056F

Color information

#C1056F (or 0xC1056F) is unknown color: approx Medium Violet Red. HEX triplet: C1, 05 and 6F. RGB value is (193,5,111). Sum of RGB (Red+Green+Blue) = 193+5+111=309 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.46% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 193 - color contains mainly: red. Hex color #C1056F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1056F is #3EFA90. Grayscale: #494949. Windows color (decimal): -4127377 or 7275969. OLE color: 7275969.

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

Color convert

RGB1935111-
CMYK00.970.420.24
HSL326.17º94.95%38.82%-
HSV(B)326.17º97.41%75.69%-
XYZ24.9212.5916.16-
YUV73.3149.28213.38-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 62.46%
GREEN value IS 5 (2.34% from 255) = 1.62%
BLUE value IS 111 (43.75% from 255) = 35.92%
R=62.46%
G=1.62%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193511100.970.420.24326.1794.9538.82
HexC156F0612A181465f27
Octal30151570141523050613747
Binary11000001101110111101100001101010110001010001101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1056F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1056F; }

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

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

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

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

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

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

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

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