#C61D9F

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

Shades of Medium Violet Red #C61D9F

Tints of Medium Violet Red #C61D9F

Color information

#C61D9F (or 0xC61D9F) is unknown color: approx Medium Violet Red. HEX triplet: C6, 1D and 9F. RGB value is (198,29,159). Sum of RGB (Red+Green+Blue) = 198+29+159=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 29 (11.72% from 255 or 7.51% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C61D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61D9F is #39E260. Grayscale: #5D5D5D. Windows color (decimal): -3793505 or 10427846. OLE color: 10427846.

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

Color convert

RGB19829159-
CMYK00.850.200.22
HSL313.85º74.45%44.51%-
HSV(B)313.85º85.35%77.65%-
XYZ29.9915.3934.19-
YUV94.35164.49201.93-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.30%
GREEN value IS 29 (11.72% from 255) = 7.51%
BLUE value IS 159 (62.5% from 255) = 41.19%
R=51.30%
G=7.51%
B=41.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1982915900.850.200.22313.8574.4544.51
HexC61D9F055141613a4a2d
Octal306352370125242647211255
Binary1100011011101100111110101010110100101101001110101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61D9F; }

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

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

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

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

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

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

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

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