#C12893

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

Shades of Medium Red Violet #C12893

Tints of Medium Red Violet #C12893

Color information

#C12893 (or 0xC12893) is unknown color: approx Medium Red Violet. HEX triplet: C1, 28 and 93. RGB value is (193,40,147). Sum of RGB (Red+Green+Blue) = 193+40+147=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 40 (16.02% from 255 or 10.53% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C12893 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12893 is #3ED76C. Grayscale: #616161. Windows color (decimal): -4118381 or 9644225. OLE color: 9644225.

HSL color Cylindrical-coordinate representation of color #C12893: hue angle of 318.04º degrees, saturation: 0.66, 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 #C12893 is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB19340147-
CMYK00.790.240.24
HSL318.04º65.67%45.69%-
HSV(B)318.04º79.27%75.69%-
XYZ28.0214.9629.01-
YUV97.94155.69195.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.79%
GREEN value IS 40 (16.02% from 255) = 10.53%
BLUE value IS 147 (57.81% from 255) = 38.68%
R=50.79%
G=10.53%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1934014700.790.240.24318.0465.6745.69
HexC1289304F181813e422e
Octal301502230117303047610256
Binary11000001101000100100110100111111000110001001111101000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12893; }

 p { color: rgb(193,40,147); }

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

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

 a { background-color: rgb(193,40,147); }

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

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

 span { border-color: rgb(193,40,147); }

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