#C12994

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

Shades of Medium Red Violet #C12994

Tints of Medium Red Violet #C12994

Color information

#C12994 (or 0xC12994) is unknown color: approx Medium Red Violet. HEX triplet: C1, 29 and 94. RGB value is (193,41,148). Sum of RGB (Red+Green+Blue) = 193+41+148=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 41 (16.41% from 255 or 10.73% from 382); Blue value is 148 (58.20% from 255 or 38.74% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C12994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12994 is #3ED66B. Grayscale: #626262. Windows color (decimal): -4118124 or 9710017. OLE color: 9710017.

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

Color convert

RGB19341148-
CMYK00.790.230.24
HSL317.76º64.96%45.88%-
HSV(B)317.76º78.76%75.69%-
XYZ28.1315.0629.44-
YUV98.65155.86195.3-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.52%
GREEN value IS 41 (16.41% from 255) = 10.73%
BLUE value IS 148 (58.20% from 255) = 38.74%
R=50.52%
G=10.73%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1934114800.790.230.24317.7664.9645.88
HexC1299404F171813e412e
Octal301512240117273047610156
Binary11000001101001100101000100111110111110001001111101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12994; }

 p { color: rgb(193,41,148); }

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

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

 a { background-color: rgb(193,41,148); }

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

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

 span { border-color: rgb(193,41,148); }

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