Shades of Deep Magenta #DC03CC
Tints of Deep Magenta #DC03CC
RGB
CMYK
RGB Variations
Color information
#DC03CC (or 0xDC03CC) is known color: Deep Magenta. HEX triplet: DC, 03 and CC. RGB value is (220,3,204). Sum of RGB (Red+Green+Blue) = 220+3+204=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 3 (1.56% from 255 or 0.70% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC03CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC03CC is #23FC33. Grayscale: #5A5A5A. Windows color (decimal): -2358324 or 13370332. OLE color: 13370332.
HSL color Cylindrical-coordinate representation of color #DC03CC: hue angle of 304.42º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC03CC is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 204 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.14 |
| HSL | 304.42º | 0.97% | 0.44% | - |
| HSV(B) | 304.42º | 0.99% | 0.86% | - |
| XYZ | 40.45 | 19.64 | 58.79 | - |
| YUV | 90.8 | 191.89 | 220.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 204 | 0 | 0.99 | 0.07 | 0.14 | 304.42 | 0.97 | 0.44 |
| Hex | DC | 3 | CC | 0 | 63 | 7 | E | 130 | 61 | 2C |
| Octal | 334 | 3 | 314 | 0 | 143 | 7 | 16 | 460 | 141 | 54 |
| Binary | 11011100 | 11 | 11001100 | 0 | 1100011 | 111 | 1110 | 100110000 | 1100001 | 101100 |
Color Harmonies of #DC03CC
Complementary color
Monochromatic Colors of #DC03CC
Black with #DC03CC
Text Example
Text Example
White with #DC03CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC03CC; }
p { color: rgb(220,3,204); }
H1.HeaderClassName
{
color: #DC03CC;
}
.AnyTagClassName
{
color: #DC03CC;
}
</style>
background-color css
<style>
a { background-color: #DC03CC; }
a { background-color: rgb(220,3,204); }
div.DivClassName
{
background-color: #DC03CC;
}
.BgClassName
{
background-color: #DC03CC;
}
</style>
border-color css
<style>
span { border-color: #DC03CC; }
span { border-color: rgb(220,3,204); }
td.TdClassName
{
border-color: #DC03CC;
}
.TagClassName
{
border-color: #DC03CC;
}
</style>