#C61F9F

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

Shades of Medium Violet Red #C61F9F

Tints of Medium Violet Red #C61F9F

Color information

#C61F9F (or 0xC61F9F) is unknown color: approx Medium Violet Red. HEX triplet: C6, 1F and 9F. RGB value is (198,31,159). Sum of RGB (Red+Green+Blue) = 198+31+159=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 31 (12.5% from 255 or 7.99% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C61F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61F9F is #39E060. Grayscale: #5F5F5F. Windows color (decimal): -3792993 or 10428358. OLE color: 10428358.

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

Color convert

RGB19831159-
CMYK00.840.200.22
HSL314.01º72.93%44.9%-
HSV(B)314.01º84.34%77.65%-
XYZ30.0415.4934.21-
YUV95.52163.83201.09-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.03%
GREEN value IS 31 (12.5% from 255) = 7.99%
BLUE value IS 159 (62.5% from 255) = 40.98%
R=51.03%
G=7.99%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1983115900.840.200.22314.0172.9344.9
HexC61F9F054141613a492d
Octal306372370124242647211155
Binary1100011011111100111110101010010100101101001110101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61F9F; }

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

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

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

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

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

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

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

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