#C12B81

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

Shades of Medium Red Violet #C12B81

Tints of Medium Red Violet #C12B81

Color information

#C12B81 (or 0xC12B81) is unknown color: approx Medium Red Violet. HEX triplet: C1, 2B and 81. RGB value is (193,43,129). Sum of RGB (Red+Green+Blue) = 193+43+129=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 43 (17.19% from 255 or 11.78% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C12B81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12B81 is #3ED47E. Grayscale: #616161. Windows color (decimal): -4117631 or 8465345. OLE color: 8465345.

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

Color convert

RGB19343129-
CMYK00.780.330.24
HSL325.6º63.56%46.27%-
HSV(B)325.6º77.72%75.69%-
XYZ26.8214.6522.18-
YUV97.65145.7196.01-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.88%
GREEN value IS 43 (17.19% from 255) = 11.78%
BLUE value IS 129 (50.78% from 255) = 35.34%
R=52.88%
G=11.78%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1934312900.780.330.24325.663.5646.27
HexC12B8104E2118146402e
Octal301532010116413050610056
Binary110000011010111000000101001110100001110001010001101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12B81; }

 p { color: rgb(193,43,129); }

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

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

 a { background-color: rgb(193,43,129); }

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

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

 span { border-color: rgb(193,43,129); }

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