Shades of Deep Magenta #C61DBD
Tints of Deep Magenta #C61DBD
RGB
CMYK
RGB Variations
Color information
#C61DBD (or 0xC61DBD) is known color: Deep Magenta. HEX triplet: C6, 1D and BD. RGB value is (198,29,189). Sum of RGB (Red+Green+Blue) = 198+29+189=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 29 (11.72% from 255 or 6.97% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C61DBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61DBD is #39E242. Grayscale: #616161. Windows color (decimal): -3793475 or 12393926. OLE color: 12393926.
HSL color Cylindrical-coordinate representation of color #C61DBD: hue angle of 303.2º 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 #C61DBD is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 29 | 189 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.22 |
| HSL | 303.2º | 0.74% | 0.45% | - |
| HSV(B) | 303.2º | 0.85% | 0.78% | - |
| XYZ | 32.91 | 16.56 | 49.61 | - |
| YUV | 97.77 | 179.49 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 29 | 189 | 0 | 0.85 | 0.05 | 0.22 | 303.2 | 0.74 | 0.45 |
| Hex | C6 | 1D | BD | 0 | 55 | 5 | 16 | 12F | 4A | 2D |
| Octal | 306 | 35 | 275 | 0 | 125 | 5 | 26 | 457 | 112 | 55 |
| Binary | 11000110 | 11101 | 10111101 | 0 | 1010101 | 101 | 10110 | 100101111 | 1001010 | 101101 |
Color Harmonies of #C61DBD
Complementary color
Monochromatic Colors of #C61DBD
Black with #C61DBD
Text Example
Text Example
White with #C61DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61DBD; }
p { color: rgb(198,29,189); }
H1.HeaderClassName
{
color: #C61DBD;
}
.AnyTagClassName
{
color: #C61DBD;
}
</style>
background-color css
<style>
a { background-color: #C61DBD; }
a { background-color: rgb(198,29,189); }
div.DivClassName
{
background-color: #C61DBD;
}
.BgClassName
{
background-color: #C61DBD;
}
</style>
border-color css
<style>
span { border-color: #C61DBD; }
span { border-color: rgb(198,29,189); }
td.TdClassName
{
border-color: #C61DBD;
}
.TagClassName
{
border-color: #C61DBD;
}
</style>