#C12A89

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

Shades of Medium Red Violet #C12A89

Tints of Medium Red Violet #C12A89

Color information

#C12A89 (or 0xC12A89) is unknown color: approx Medium Red Violet. HEX triplet: C1, 2A and 89. RGB value is (193,42,137). Sum of RGB (Red+Green+Blue) = 193+42+137=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 42 (16.80% from 255 or 11.29% from 372); Blue value is 137 (53.91% from 255 or 36.83% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C12A89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12A89 is #3ED576. Grayscale: #616161. Windows color (decimal): -4117879 or 8989377. OLE color: 8989377.

HSL color Cylindrical-coordinate representation of color #C12A89: hue angle of 322.25º 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 #C12A89 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB19342137-
CMYK00.780.290.24
HSL322.25º64.26%46.08%-
HSV(B)322.25º78.24%75.69%-
XYZ27.3414.825.08-
YUV97.98150.03195.78-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.88%
GREEN value IS 42 (16.80% from 255) = 11.29%
BLUE value IS 137 (53.91% from 255) = 36.83%
R=51.88%
G=11.29%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1934213700.780.290.24322.2564.2646.08
HexC12A8904E1D18142402e
Octal301522110116353050210056
Binary11000001101010100010010100111011101110001010000101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12A89; }

 p { color: rgb(193,42,137); }

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

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

 a { background-color: rgb(193,42,137); }

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

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

 span { border-color: rgb(193,42,137); }

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