#C1197A

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

Shades of Medium Violet Red #C1197A

Tints of Medium Violet Red #C1197A

Color information

#C1197A (or 0xC1197A) is unknown color: approx Medium Violet Red. HEX triplet: C1, 19 and 7A. RGB value is (193,25,122). Sum of RGB (Red+Green+Blue) = 193+25+122=340 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.76% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 193 - color contains mainly: red. Hex color #C1197A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1197A is #3EE685. Grayscale: #565656. Windows color (decimal): -4122246 or 8001985. OLE color: 8001985.

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

Color convert

RGB19325122-
CMYK00.870.370.24
HSL325.36º77.06%42.75%-
HSV(B)325.36º87.05%75.69%-
XYZ25.8513.4419.64-
YUV86.29148.16204.11-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 56.76%
GREEN value IS 25 (10.16% from 255) = 7.35%
BLUE value IS 122 (48.05% from 255) = 35.88%
R=56.76%
G=7.35%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1932512200.870.370.24325.3677.0642.75
HexC1197A05725181454d2b
Octal301311720127453050511553
Binary1100000111001111101001010111100101110001010001011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1197A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1197A; }

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

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

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

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

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

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

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

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