Shades of Deep Magenta #C61DBF
Tints of Deep Magenta #C61DBF
RGB
CMYK
RGB Variations
Color information
#C61DBF (or 0xC61DBF) is known color: Deep Magenta. HEX triplet: C6, 1D and BF. RGB value is (198,29,191). Sum of RGB (Red+Green+Blue) = 198+29+191=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 29 (11.72% from 255 or 6.94% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C61DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61DBF is #39E240. Grayscale: #616161. Windows color (decimal): -3793473 or 12524998. OLE color: 12524998.
HSL color Cylindrical-coordinate representation of color #C61DBF: hue angle of 302.49º 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 #C61DBF is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 29 | 191 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.22 |
| HSL | 302.49º | 0.74% | 0.45% | - |
| HSV(B) | 302.49º | 0.85% | 0.78% | - |
| XYZ | 33.13 | 16.65 | 50.76 | - |
| YUV | 98 | 180.49 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 29 | 191 | 0 | 0.85 | 0.04 | 0.22 | 302.49 | 0.74 | 0.45 |
| Hex | C6 | 1D | BF | 0 | 55 | 4 | 16 | 12E | 4A | 2D |
| Octal | 306 | 35 | 277 | 0 | 125 | 4 | 26 | 456 | 112 | 55 |
| Binary | 11000110 | 11101 | 10111111 | 0 | 1010101 | 100 | 10110 | 100101110 | 1001010 | 101101 |
Color Harmonies of #C61DBF
Complementary color
Monochromatic Colors of #C61DBF
Black with #C61DBF
Text Example
Text Example
White with #C61DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61DBF; }
p { color: rgb(198,29,191); }
H1.HeaderClassName
{
color: #C61DBF;
}
.AnyTagClassName
{
color: #C61DBF;
}
</style>
background-color css
<style>
a { background-color: #C61DBF; }
a { background-color: rgb(198,29,191); }
div.DivClassName
{
background-color: #C61DBF;
}
.BgClassName
{
background-color: #C61DBF;
}
</style>
border-color css
<style>
span { border-color: #C61DBF; }
span { border-color: rgb(198,29,191); }
td.TdClassName
{
border-color: #C61DBF;
}
.TagClassName
{
border-color: #C61DBF;
}
</style>