#c12c77

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

Shades of Medium Red Violet #C12C77

Tints of Medium Red Violet #C12C77

Color information

#C12C77 (or 0xC12C77) is unknown color: approx Medium Red Violet. HEX triplet: C1, 2C and 77. RGB value is (193,44,119). Sum of RGB (Red+Green+Blue) = 193+44+119=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 44 (17.58% from 255 or 12.36% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C12C77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12C77 is #3ED388. Grayscale: #606060. Windows color (decimal): -4117385 or 7810241. OLE color: 7810241.

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

Color convert

RGB19344119-
CMYK00.770.380.24
HSL329.8º62.87%46.47%-
HSV(B)329.8º77.2%75.69%-
XYZ26.2214.4718.86-
YUV97.1140.36196.4-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.21%
GREEN value IS 44 (17.58% from 255) = 12.36%
BLUE value IS 119 (46.88% from 255) = 33.43%
R=54.21%
G=12.36%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1934411900.770.380.24329.862.8746.47
HexC12C7704D261814a3f2e
Octal30154167011546305127756
Binary1100000110110011101110100110110011011000101001010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c12c77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c12c77; }

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

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

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

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

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

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

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

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