#C61993

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

Shades of Medium Violet Red #C61993

Tints of Medium Violet Red #C61993

Color information

#C61993 (or 0xC61993) is unknown color: approx Medium Violet Red. HEX triplet: C6, 19 and 93. RGB value is (198,25,147). Sum of RGB (Red+Green+Blue) = 198+25+147=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C61993 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61993 is #39E66C. Grayscale: #5A5A5A. Windows color (decimal): -3794541 or 9640390. OLE color: 9640390.

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

Color convert

RGB19825147-
CMYK00.870.260.22
HSL317.69º77.58%43.73%-
HSV(B)317.69º87.37%77.65%-
XYZ28.914.8128.94-
YUV90.64159.81204.58-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.51%
GREEN value IS 25 (10.16% from 255) = 6.76%
BLUE value IS 147 (57.81% from 255) = 39.73%
R=53.51%
G=6.76%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1982514700.870.260.22317.6977.5843.73
HexC619930571A1613e4e2c
Octal306312230127322647611654
Binary1100011011001100100110101011111010101101001111101001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61993; }

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

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

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

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

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

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

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

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