#c12c8f

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

Shades of Medium Red Violet #C12C8F

Tints of Medium Red Violet #C12C8F

Color information

#C12C8F (or 0xC12C8F) is unknown color: approx Medium Red Violet. HEX triplet: C1, 2C and 8F. RGB value is (193,44,143). Sum of RGB (Red+Green+Blue) = 193+44+143=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 44 (17.58% from 255 or 11.58% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C12C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12C8F is #3ED370. Grayscale: #636363. Windows color (decimal): -4117361 or 9383105. OLE color: 9383105.

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

Color convert

RGB19344143-
CMYK00.770.260.24
HSL320.13º62.87%46.47%-
HSV(B)320.13º77.2%75.69%-
XYZ27.8515.1227.44-
YUV99.84152.36194.45-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.79%
GREEN value IS 44 (17.58% from 255) = 11.58%
BLUE value IS 143 (56.25% from 255) = 37.63%
R=50.79%
G=11.58%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1934414300.770.260.24320.1362.8746.47
HexC12C8F04D1A181403f2e
Octal30154217011532305007756
Binary1100000110110010001111010011011101011000101000000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c12c8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c12c8f; }

 p { color: rgb(193,44,143); }

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

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

 a { background-color: rgb(193,44,143); }

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

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

 span { border-color: rgb(193,44,143); }

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