#c12b95

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

Shades of Medium Red Violet #C12B95

Tints of Medium Red Violet #C12B95

Color information

#C12B95 (or 0xC12B95) is unknown color: approx Medium Red Violet. HEX triplet: C1, 2B and 95. RGB value is (193,43,149). Sum of RGB (Red+Green+Blue) = 193+43+149=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 43 (17.19% from 255 or 11.17% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C12B95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12B95 is #3ED46A. Grayscale: #636363. Windows color (decimal): -4117611 or 9776065. OLE color: 9776065.

HSL color Cylindrical-coordinate representation of color #C12B95: hue angle of 317.6º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C12B95 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB19343149-
CMYK00.780.230.24
HSL317.6º63.56%46.27%-
HSV(B)317.6º77.72%75.69%-
XYZ28.2815.2429.88-
YUV99.93155.7194.38-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.13%
GREEN value IS 43 (17.19% from 255) = 11.17%
BLUE value IS 149 (58.59% from 255) = 38.70%
R=50.13%
G=11.17%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1934314900.780.230.24317.663.5646.27
HexC12B9504E171813e402e
Octal301532250116273047610056
Binary11000001101011100101010100111010111110001001111101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c12b95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c12b95; }

 p { color: rgb(193,43,149); }

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

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

 a { background-color: rgb(193,43,149); }

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

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

 span { border-color: rgb(193,43,149); }

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