#C1197B

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

Shades of Medium Violet Red #C1197B

Tints of Medium Violet Red #C1197B

Color information

#C1197B (or 0xC1197B) is unknown color: approx Medium Violet Red. HEX triplet: C1, 19 and 7B. RGB value is (193,25,123). Sum of RGB (Red+Green+Blue) = 193+25+123=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C1197B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1197B is #3EE684. Grayscale: #565656. Windows color (decimal): -4122245 or 8067521. OLE color: 8067521.

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

Color convert

RGB19325123-
CMYK00.870.360.24
HSL325º77.06%42.75%-
HSV(B)325º87.05%75.69%-
XYZ25.9213.4619.97-
YUV86.4148.66204.03-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 56.60%
GREEN value IS 25 (10.16% from 255) = 7.33%
BLUE value IS 123 (48.44% from 255) = 36.07%
R=56.60%
G=7.33%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1932512300.870.360.2432577.0642.75
HexC1197B05724181454d2b
Octal301311730127443050511553
Binary1100000111001111101101010111100100110001010001011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1197B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1197B; }

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

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

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

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

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

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

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

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