#C1129F

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

Shades of Medium Violet Red #C1129F

Tints of Medium Violet Red #C1129F

Color information

#C1129F (or 0xC1129F) is unknown color: approx Medium Violet Red. HEX triplet: C1, 12 and 9F. RGB value is (193,18,159). Sum of RGB (Red+Green+Blue) = 193+18+159=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 18 (7.42% from 255 or 4.86% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C1129F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1129F is #3EED60. Grayscale: #565656. Windows color (decimal): -4124001 or 10425025. OLE color: 10425025.

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

Color convert

RGB19318159-
CMYK00.910.180.24
HSL311.66º82.94%41.37%-
HSV(B)311.66º90.67%75.69%-
XYZ28.4714.2734.06-
YUV86.4168.98204.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.16%
GREEN value IS 18 (7.42% from 255) = 4.86%
BLUE value IS 159 (62.5% from 255) = 42.97%
R=52.16%
G=4.86%
B=42.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931815900.910.180.24311.6682.9441.37
HexC1129F05B12181385329
Octal301222370133223047012351
Binary1100000110010100111110101101110010110001001110001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1129F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1129F; }

 p { color: rgb(193,18,159); }

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

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

 a { background-color: rgb(193,18,159); }

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

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

 span { border-color: rgb(193,18,159); }

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