#C61F99

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

Shades of Medium Violet Red #C61F99

Tints of Medium Violet Red #C61F99

Color information

#C61F99 (or 0xC61F99) is unknown color: approx Medium Violet Red. HEX triplet: C6, 1F and 99. RGB value is (198,31,153). Sum of RGB (Red+Green+Blue) = 198+31+153=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 31 (12.5% from 255 or 8.12% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C61F99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61F99 is #39E066. Grayscale: #5E5E5E. Windows color (decimal): -3792999 or 10035142. OLE color: 10035142.

HSL color Cylindrical-coordinate representation of color #C61F99: hue angle of 316.17º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C61F99 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB19831153-
CMYK00.840.230.22
HSL316.17º72.93%44.9%-
HSV(B)316.17º84.34%77.65%-
XYZ29.5315.2931.53-
YUV94.84160.83201.58-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.83%
GREEN value IS 31 (12.5% from 255) = 8.12%
BLUE value IS 153 (60.16% from 255) = 40.05%
R=51.83%
G=8.12%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1983115300.840.230.22316.1772.9344.9
HexC61F99054171613c492d
Octal306372310124272647411155
Binary1100011011111100110010101010010111101101001111001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61F99; }

 p { color: rgb(198,31,153); }

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

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

 a { background-color: rgb(198,31,153); }

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

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

 span { border-color: rgb(198,31,153); }

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