Shades of Deep Magenta #DC1CCA
Tints of Deep Magenta #DC1CCA
RGB
CMYK
RGB Variations
Color information
#DC1CCA (or 0xDC1CCA) is known color: Deep Magenta. HEX triplet: DC, 1C and CA. RGB value is (220,28,202). Sum of RGB (Red+Green+Blue) = 220+28+202=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 28 (11.33% from 255 or 6.22% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1CCA is #23E335. Grayscale: #686868. Windows color (decimal): -2351926 or 13245660. OLE color: 13245660.
HSL color Cylindrical-coordinate representation of color #DC1CCA: hue angle of 305.62º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC1CCA is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 28 | 202 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.14 |
| HSL | 305.63º | 0.77% | 0.49% | - |
| HSV(B) | 305.63º | 0.87% | 0.86% | - |
| XYZ | 40.59 | 20.31 | 57.66 | - |
| YUV | 105.24 | 182.61 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 28 | 202 | 0 | 0.87 | 0.08 | 0.14 | 305.63 | 0.77 | 0.49 |
| Hex | DC | 1C | CA | 0 | 57 | 8 | E | 132 | 4D | 31 |
| Octal | 334 | 34 | 312 | 0 | 127 | 10 | 16 | 462 | 115 | 61 |
| Binary | 11011100 | 11100 | 11001010 | 0 | 1010111 | 1000 | 1110 | 100110010 | 1001101 | 110001 |
Color Harmonies of #DC1CCA
Complementary color
Monochromatic Colors of #DC1CCA
Black with #DC1CCA
Text Example
Text Example
White with #DC1CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1CCA; }
p { color: rgb(220,28,202); }
H1.HeaderClassName
{
color: #DC1CCA;
}
.AnyTagClassName
{
color: #DC1CCA;
}
</style>
background-color css
<style>
a { background-color: #DC1CCA; }
a { background-color: rgb(220,28,202); }
div.DivClassName
{
background-color: #DC1CCA;
}
.BgClassName
{
background-color: #DC1CCA;
}
</style>
border-color css
<style>
span { border-color: #DC1CCA; }
span { border-color: rgb(220,28,202); }
td.TdClassName
{
border-color: #DC1CCA;
}
.TagClassName
{
border-color: #DC1CCA;
}
</style>