#c12d7a

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

Shades of Medium Red Violet #C12D7A

Tints of Medium Red Violet #C12D7A

Color information

#C12D7A (or 0xC12D7A) is unknown color: approx Medium Red Violet. HEX triplet: C1, 2D and 7A. RGB value is (193,45,122). Sum of RGB (Red+Green+Blue) = 193+45+122=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 45 (17.97% from 255 or 12.5% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C12D7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12D7A is #3ED285. Grayscale: #616161. Windows color (decimal): -4117126 or 8007105. OLE color: 8007105.

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

Color convert

RGB19345122-
CMYK00.770.370.24
HSL328.78º62.18%46.67%-
HSV(B)328.78º76.68%75.69%-
XYZ26.4414.6219.84-
YUV98.03141.53195.74-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.61%
GREEN value IS 45 (17.97% from 255) = 12.5%
BLUE value IS 122 (48.05% from 255) = 33.89%
R=53.61%
G=12.5%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1934512200.770.370.24328.7862.1846.67
HexC12D7A04D25181493e2f
Octal30155172011545305117657
Binary1100000110110111110100100110110010111000101001001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c12d7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c12d7a; }

 p { color: rgb(193,45,122); }

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

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

 a { background-color: rgb(193,45,122); }

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

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

 span { border-color: rgb(193,45,122); }

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