#c12d91

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

Shades of Medium Red Violet #C12D91

Tints of Medium Red Violet #C12D91

Color information

#C12D91 (or 0xC12D91) is unknown color: approx Medium Red Violet. HEX triplet: C1, 2D and 91. RGB value is (193,45,145). Sum of RGB (Red+Green+Blue) = 193+45+145=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 145 (57.03% from 255 or 37.86% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C12D91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12D91 is #3ED26E. Grayscale: #646464. Windows color (decimal): -4117103 or 9514433. OLE color: 9514433.

HSL color Cylindrical-coordinate representation of color #C12D91: hue angle of 319.46º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C12D91 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB19345145-
CMYK00.770.250.24
HSL319.46º62.18%46.67%-
HSV(B)319.46º76.68%75.69%-
XYZ28.0415.2628.26-
YUV100.65153.03193.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.39%
GREEN value IS 45 (17.97% from 255) = 11.75%
BLUE value IS 145 (57.03% from 255) = 37.86%
R=50.39%
G=11.75%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1934514500.770.250.24319.4662.1846.67
HexC12D9104D191813f3e2f
Octal30155221011531304777657
Binary1100000110110110010001010011011100111000100111111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c12d91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c12d91; }

 p { color: rgb(193,45,145); }

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

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

 a { background-color: rgb(193,45,145); }

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

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

 span { border-color: rgb(193,45,145); }

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