Shades of Deep Magenta #D61CC1
Tints of Deep Magenta #D61CC1
RGB
CMYK
RGB Variations
Color information
#D61CC1 (or 0xD61CC1) is known color: Deep Magenta. HEX triplet: D6, 1C and C1. RGB value is (214,28,193). Sum of RGB (Red+Green+Blue) = 214+28+193=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 28 (11.33% from 255 or 6.44% from 435); Blue value is 193 (75.78% from 255 or 44.37% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D61CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61CC1 is #29E33E. Grayscale: #656565. Windows color (decimal): -2745151 or 12655830. OLE color: 12655830.
HSL color Cylindrical-coordinate representation of color #D61CC1: hue angle of 306.77º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D61CC1 is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 28 | 193 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.16 |
| HSL | 306.77º | 0.77% | 0.47% | - |
| HSV(B) | 306.77º | 0.87% | 0.84% | - |
| XYZ | 37.77 | 18.98 | 52.12 | - |
| YUV | 102.42 | 179.12 | 207.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 28 | 193 | 0 | 0.87 | 0.10 | 0.16 | 306.77 | 0.77 | 0.47 |
| Hex | D6 | 1C | C1 | 0 | 57 | A | 10 | 133 | 4D | 2F |
| Octal | 326 | 34 | 301 | 0 | 127 | 12 | 20 | 463 | 115 | 57 |
| Binary | 11010110 | 11100 | 11000001 | 0 | 1010111 | 1010 | 10000 | 100110011 | 1001101 | 101111 |
Color Harmonies of #D61CC1
Complementary color
Monochromatic Colors of #D61CC1
Black with #D61CC1
Text Example
Text Example
White with #D61CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61CC1; }
p { color: rgb(214,28,193); }
H1.HeaderClassName
{
color: #D61CC1;
}
.AnyTagClassName
{
color: #D61CC1;
}
</style>
background-color css
<style>
a { background-color: #D61CC1; }
a { background-color: rgb(214,28,193); }
div.DivClassName
{
background-color: #D61CC1;
}
.BgClassName
{
background-color: #D61CC1;
}
</style>
border-color css
<style>
span { border-color: #D61CC1; }
span { border-color: rgb(214,28,193); }
td.TdClassName
{
border-color: #D61CC1;
}
.TagClassName
{
border-color: #D61CC1;
}
</style>