Shades of Deep Magenta #C61DBC
Tints of Deep Magenta #C61DBC
RGB
CMYK
RGB Variations
Color information
#C61DBC (or 0xC61DBC) is known color: Deep Magenta. HEX triplet: C6, 1D and BC. RGB value is (198,29,188). Sum of RGB (Red+Green+Blue) = 198+29+188=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 29 (11.72% from 255 or 6.99% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C61DBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61DBC is #39E243. Grayscale: #616161. Windows color (decimal): -3793476 or 12328390. OLE color: 12328390.
HSL color Cylindrical-coordinate representation of color #C61DBC: hue angle of 303.55º 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 #C61DBC is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 29 | 188 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.22 |
| HSL | 303.55º | 0.74% | 0.45% | - |
| HSV(B) | 303.55º | 0.85% | 0.78% | - |
| XYZ | 32.81 | 16.52 | 49.04 | - |
| YUV | 97.66 | 178.99 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 29 | 188 | 0 | 0.85 | 0.05 | 0.22 | 303.55 | 0.74 | 0.45 |
| Hex | C6 | 1D | BC | 0 | 55 | 5 | 16 | 130 | 4A | 2D |
| Octal | 306 | 35 | 274 | 0 | 125 | 5 | 26 | 460 | 112 | 55 |
| Binary | 11000110 | 11101 | 10111100 | 0 | 1010101 | 101 | 10110 | 100110000 | 1001010 | 101101 |
Color Harmonies of #C61DBC
Complementary color
Monochromatic Colors of #C61DBC
Black with #C61DBC
Text Example
Text Example
White with #C61DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61DBC; }
p { color: rgb(198,29,188); }
H1.HeaderClassName
{
color: #C61DBC;
}
.AnyTagClassName
{
color: #C61DBC;
}
</style>
background-color css
<style>
a { background-color: #C61DBC; }
a { background-color: rgb(198,29,188); }
div.DivClassName
{
background-color: #C61DBC;
}
.BgClassName
{
background-color: #C61DBC;
}
</style>
border-color css
<style>
span { border-color: #C61DBC; }
span { border-color: rgb(198,29,188); }
td.TdClassName
{
border-color: #C61DBC;
}
.TagClassName
{
border-color: #C61DBC;
}
</style>