#C9197A

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

Shades of Medium Violet Red #C9197A

Tints of Medium Violet Red #C9197A

Color information

#C9197A (or 0xC9197A) is unknown color: approx Medium Violet Red. HEX triplet: C9, 19 and 7A. RGB value is (201,25,122). Sum of RGB (Red+Green+Blue) = 201+25+122=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C9197A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9197A is #36E685. Grayscale: #585858. Windows color (decimal): -3597958 or 8001993. OLE color: 8001993.

HSL color Cylindrical-coordinate representation of color #C9197A: hue angle of 326.93º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C9197A is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB20125122-
CMYK00.880.390.21
HSL326.93º77.88%44.31%-
HSV(B)326.93º87.56%78.82%-
XYZ27.9514.5219.74-
YUV88.68146.81208.11-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 57.76%
GREEN value IS 25 (10.16% from 255) = 7.18%
BLUE value IS 122 (48.05% from 255) = 35.06%
R=57.76%
G=7.18%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2012512200.880.390.21326.9377.8844.31
HexC9197A05827151474e2c
Octal311311720130472550711654
Binary1100100111001111101001011000100111101011010001111001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9197A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9197A; }

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

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

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

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

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

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

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

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