#C61994

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

Shades of Medium Violet Red #C61994

Tints of Medium Violet Red #C61994

Color information

#C61994 (or 0xC61994) is unknown color: approx Medium Violet Red. HEX triplet: C6, 19 and 94. RGB value is (198,25,148). Sum of RGB (Red+Green+Blue) = 198+25+148=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C61994 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61994 is #39E66B. Grayscale: #5A5A5A. Windows color (decimal): -3794540 or 9705926. OLE color: 9705926.

HSL color Cylindrical-coordinate representation of color #C61994: hue angle of 317.34º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61994 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB19825148-
CMYK00.870.250.22
HSL317.34º77.58%43.73%-
HSV(B)317.34º87.37%77.65%-
XYZ28.9814.8429.35-
YUV90.75160.31204.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.37%
GREEN value IS 25 (10.16% from 255) = 6.74%
BLUE value IS 148 (58.20% from 255) = 39.89%
R=53.37%
G=6.74%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1982514800.870.250.22317.3477.5843.73
HexC61994057191613d4e2c
Octal306312240127312647511654
Binary1100011011001100101000101011111001101101001111011001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61994; }

 p { color: rgb(198,25,148); }

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

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

 a { background-color: rgb(198,25,148); }

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

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

 span { border-color: rgb(198,25,148); }

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