Shades of Deep Magenta #C61BDD
Tints of Deep Magenta #C61BDD
RGB
CMYK
RGB Variations
Color information
#C61BDD (or 0xC61BDD) is known color: Deep Magenta. HEX triplet: C6, 1B and DD. RGB value is (198,27,221). Sum of RGB (Red+Green+Blue) = 198+27+221=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 27 (10.94% from 255 or 6.05% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #C61BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61BDD is #39E422. Grayscale: #636363. Windows color (decimal): -3793955 or 14490566. OLE color: 14490566.
HSL color Cylindrical-coordinate representation of color #C61BDD: hue angle of 292.89º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61BDD is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 27 | 221 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.13 |
| HSL | 292.89º | 0.78% | 0.49% | - |
| HSV(B) | 292.89º | 0.88% | 0.87% | - |
| XYZ | 36.73 | 18.01 | 69.95 | - |
| YUV | 100.25 | 196.15 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 27 | 221 | 0.10 | 0.88 | 0 | 0.13 | 292.89 | 0.78 | 0.49 |
| Hex | C6 | 1B | DD | A | 58 | 0 | D | 125 | 4E | 31 |
| Octal | 306 | 33 | 335 | 12 | 130 | 0 | 15 | 445 | 116 | 61 |
| Binary | 11000110 | 11011 | 11011101 | 1010 | 1011000 | 0 | 1101 | 100100101 | 1001110 | 110001 |
Color Harmonies of #C61BDD
Complementary color
Monochromatic Colors of #C61BDD
Black with #C61BDD
Text Example
Text Example
White with #C61BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61BDD; }
p { color: rgb(198,27,221); }
H1.HeaderClassName
{
color: #C61BDD;
}
.AnyTagClassName
{
color: #C61BDD;
}
</style>
background-color css
<style>
a { background-color: #C61BDD; }
a { background-color: rgb(198,27,221); }
div.DivClassName
{
background-color: #C61BDD;
}
.BgClassName
{
background-color: #C61BDD;
}
</style>
border-color css
<style>
span { border-color: #C61BDD; }
span { border-color: rgb(198,27,221); }
td.TdClassName
{
border-color: #C61BDD;
}
.TagClassName
{
border-color: #C61BDD;
}
</style>