Shades of Deep Magenta #C803DD
Tints of Deep Magenta #C803DD
RGB
CMYK
RGB Variations
Color information
#C803DD (or 0xC803DD) is known color: Deep Magenta. HEX triplet: C8, 03 and DD. RGB value is (200,3,221). Sum of RGB (Red+Green+Blue) = 200+3+221=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 3 (1.56% from 255 or 0.71% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #C803DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C803DD is #37FC22. Grayscale: #565656. Windows color (decimal): -3669027 or 14484424. OLE color: 14484424.
HSL color Cylindrical-coordinate representation of color #C803DD: hue angle of 294.22º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C803DD is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 3 | 221 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.13 |
| HSL | 294.22º | 0.97% | 0.44% | - |
| HSV(B) | 294.22º | 0.99% | 0.87% | - |
| XYZ | 36.9 | 17.56 | 69.85 | - |
| YUV | 86.76 | 203.77 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 221 | 0.10 | 0.99 | 0 | 0.13 | 294.22 | 0.97 | 0.44 |
| Hex | C8 | 3 | DD | A | 63 | 0 | D | 126 | 61 | 2C |
| Octal | 310 | 3 | 335 | 12 | 143 | 0 | 15 | 446 | 141 | 54 |
| Binary | 11001000 | 11 | 11011101 | 1010 | 1100011 | 0 | 1101 | 100100110 | 1100001 | 101100 |
Color Harmonies of #C803DD
Complementary color
Monochromatic Colors of #C803DD
Black with #C803DD
Text Example
Text Example
White with #C803DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C803DD; }
p { color: rgb(200,3,221); }
H1.HeaderClassName
{
color: #C803DD;
}
.AnyTagClassName
{
color: #C803DD;
}
</style>
background-color css
<style>
a { background-color: #C803DD; }
a { background-color: rgb(200,3,221); }
div.DivClassName
{
background-color: #C803DD;
}
.BgClassName
{
background-color: #C803DD;
}
</style>
border-color css
<style>
span { border-color: #C803DD; }
span { border-color: rgb(200,3,221); }
td.TdClassName
{
border-color: #C803DD;
}
.TagClassName
{
border-color: #C803DD;
}
</style>