Shades of Deep Magenta #DF1CCC
Tints of Deep Magenta #DF1CCC
RGB
CMYK
RGB Variations
Color information
#DF1CCC (or 0xDF1CCC) is known color: Deep Magenta. HEX triplet: DF, 1C and CC. RGB value is (223,28,204). Sum of RGB (Red+Green+Blue) = 223+28+204=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 28 (11.33% from 255 or 6.15% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF1CCC is #20E333. Grayscale: #696969. Windows color (decimal): -2155316 or 13376735. OLE color: 13376735.
HSL color Cylindrical-coordinate representation of color #DF1CCC: hue angle of 305.85º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF1CCC is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 28 | 204 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.13 |
| HSL | 305.85º | 0.78% | 0.49% | - |
| HSV(B) | 305.85º | 0.87% | 0.87% | - |
| XYZ | 41.75 | 20.88 | 58.96 | - |
| YUV | 106.37 | 183.1 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 28 | 204 | 0 | 0.87 | 0.09 | 0.13 | 305.85 | 0.78 | 0.49 |
| Hex | DF | 1C | CC | 0 | 57 | 9 | D | 132 | 4E | 31 |
| Octal | 337 | 34 | 314 | 0 | 127 | 11 | 15 | 462 | 116 | 61 |
| Binary | 11011111 | 11100 | 11001100 | 0 | 1010111 | 1001 | 1101 | 100110010 | 1001110 | 110001 |
Color Harmonies of #DF1CCC
Complementary color
Monochromatic Colors of #DF1CCC
Black with #DF1CCC
Text Example
Text Example
White with #DF1CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1CCC; }
p { color: rgb(223,28,204); }
H1.HeaderClassName
{
color: #DF1CCC;
}
.AnyTagClassName
{
color: #DF1CCC;
}
</style>
background-color css
<style>
a { background-color: #DF1CCC; }
a { background-color: rgb(223,28,204); }
div.DivClassName
{
background-color: #DF1CCC;
}
.BgClassName
{
background-color: #DF1CCC;
}
</style>
border-color css
<style>
span { border-color: #DF1CCC; }
span { border-color: rgb(223,28,204); }
td.TdClassName
{
border-color: #DF1CCC;
}
.TagClassName
{
border-color: #DF1CCC;
}
</style>