#C12C82

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

Shades of Medium Red Violet #C12C82

Tints of Medium Red Violet #C12C82

Color information

#C12C82 (or 0xC12C82) is unknown color: approx Medium Red Violet. HEX triplet: C1, 2C and 82. RGB value is (193,44,130). Sum of RGB (Red+Green+Blue) = 193+44+130=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 44 (17.58% from 255 or 11.99% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C12C82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12C82 is #3ED37D. Grayscale: #626262. Windows color (decimal): -4117374 or 8531137. OLE color: 8531137.

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

Color convert

RGB19344130-
CMYK00.770.330.24
HSL325.37º62.87%46.47%-
HSV(B)325.37º77.2%75.69%-
XYZ26.9214.7522.55-
YUV98.35145.86195.51-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.59%
GREEN value IS 44 (17.58% from 255) = 11.99%
BLUE value IS 130 (51.17% from 255) = 35.42%
R=52.59%
G=11.99%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1934413000.770.330.24325.3762.8746.47
HexC12C8204D21181453f2e
Octal30154202011541305057756
Binary11000001101100100000100100110110000111000101000101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12C82; }

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

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

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

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

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

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

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

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