Shades of Deep Magenta #DC23CF
Tints of Deep Magenta #DC23CF
RGB
CMYK
RGB Variations
Color information
#DC23CF (or 0xDC23CF) is known color: Deep Magenta. HEX triplet: DC, 23 and CF. RGB value is (220,35,207). Sum of RGB (Red+Green+Blue) = 220+35+207=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 35 (14.06% from 255 or 7.58% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC23CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC23CF is #23DC30. Grayscale: #6D6D6D. Windows color (decimal): -2350129 or 13575132. OLE color: 13575132.
HSL color Cylindrical-coordinate representation of color #DC23CF: hue angle of 304.22º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC23CF is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 207 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.14 |
| HSL | 304.22º | 0.73% | 0.5% | - |
| HSV(B) | 304.22º | 0.84% | 0.86% | - |
| XYZ | 41.38 | 20.92 | 60.89 | - |
| YUV | 109.92 | 182.79 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 207 | 0 | 0.84 | 0.06 | 0.14 | 304.22 | 0.73 | 0.5 |
| Hex | DC | 23 | CF | 0 | 54 | 6 | E | 130 | 49 | 32 |
| Octal | 334 | 43 | 317 | 0 | 124 | 6 | 16 | 460 | 111 | 62 |
| Binary | 11011100 | 100011 | 11001111 | 0 | 1010100 | 110 | 1110 | 100110000 | 1001001 | 110010 |
Color Harmonies of #DC23CF
Complementary color
Monochromatic Colors of #DC23CF
Black with #DC23CF
Text Example
Text Example
White with #DC23CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC23CF; }
p { color: rgb(220,35,207); }
H1.HeaderClassName
{
color: #DC23CF;
}
.AnyTagClassName
{
color: #DC23CF;
}
</style>
background-color css
<style>
a { background-color: #DC23CF; }
a { background-color: rgb(220,35,207); }
div.DivClassName
{
background-color: #DC23CF;
}
.BgClassName
{
background-color: #DC23CF;
}
</style>
border-color css
<style>
span { border-color: #DC23CF; }
span { border-color: rgb(220,35,207); }
td.TdClassName
{
border-color: #DC23CF;
}
.TagClassName
{
border-color: #DC23CF;
}
</style>