#C12C6C

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

Shades of Medium Red Violet #C12C6C

Tints of Medium Red Violet #C12C6C

Color information

#C12C6C (or 0xC12C6C) is unknown color: approx Medium Red Violet. HEX triplet: C1, 2C and 6C. RGB value is (193,44,108). Sum of RGB (Red+Green+Blue) = 193+44+108=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 44 (17.58% from 255 or 12.75% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C12C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12C6C is #3ED393. Grayscale: #5F5F5F. Windows color (decimal): -4117396 or 7089345. OLE color: 7089345.

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

Color convert

RGB19344108-
CMYK00.770.440.24
HSL334.23º62.87%46.47%-
HSV(B)334.23º77.2%75.69%-
XYZ25.614.2215.58-
YUV95.85134.86197.3-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.94%
GREEN value IS 44 (17.58% from 255) = 12.75%
BLUE value IS 108 (42.58% from 255) = 31.30%
R=55.94%
G=12.75%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1934410800.770.440.24334.2362.8746.47
HexC12C6C04D2C1814e3f2e
Octal30154154011554305167756
Binary1100000110110011011000100110110110011000101001110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12C6C; }

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

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

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

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

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

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

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

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