Shades of Deep Magenta #C61DBB
Tints of Deep Magenta #C61DBB
RGB
CMYK
RGB Variations
Color information
#C61DBB (or 0xC61DBB) is known color: Deep Magenta. HEX triplet: C6, 1D and BB. RGB value is (198,29,187). Sum of RGB (Red+Green+Blue) = 198+29+187=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 29 (11.72% from 255 or 7.00% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C61DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61DBB is #39E244. Grayscale: #616161. Windows color (decimal): -3793477 or 12262854. OLE color: 12262854.
HSL color Cylindrical-coordinate representation of color #C61DBB: hue angle of 303.91º 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 #C61DBB is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 29 | 187 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.22 |
| HSL | 303.91º | 0.74% | 0.45% | - |
| HSV(B) | 303.91º | 0.85% | 0.78% | - |
| XYZ | 32.7 | 16.47 | 48.47 | - |
| YUV | 97.54 | 178.49 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 29 | 187 | 0 | 0.85 | 0.06 | 0.22 | 303.91 | 0.74 | 0.45 |
| Hex | C6 | 1D | BB | 0 | 55 | 6 | 16 | 130 | 4A | 2D |
| Octal | 306 | 35 | 273 | 0 | 125 | 6 | 26 | 460 | 112 | 55 |
| Binary | 11000110 | 11101 | 10111011 | 0 | 1010101 | 110 | 10110 | 100110000 | 1001010 | 101101 |
Color Harmonies of #C61DBB
Complementary color
Monochromatic Colors of #C61DBB
Black with #C61DBB
Text Example
Text Example
White with #C61DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61DBB; }
p { color: rgb(198,29,187); }
H1.HeaderClassName
{
color: #C61DBB;
}
.AnyTagClassName
{
color: #C61DBB;
}
</style>
background-color css
<style>
a { background-color: #C61DBB; }
a { background-color: rgb(198,29,187); }
div.DivClassName
{
background-color: #C61DBB;
}
.BgClassName
{
background-color: #C61DBB;
}
</style>
border-color css
<style>
span { border-color: #C61DBB; }
span { border-color: rgb(198,29,187); }
td.TdClassName
{
border-color: #C61DBB;
}
.TagClassName
{
border-color: #C61DBB;
}
</style>