Shades of Deep Magenta #C903DD
Tints of Deep Magenta #C903DD
RGB
CMYK
RGB Variations
Color information
#C903DD (or 0xC903DD) is known color: Deep Magenta. HEX triplet: C9, 03 and DD. RGB value is (201,3,221). Sum of RGB (Red+Green+Blue) = 201+3+221=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 3 (1.56% from 255 or 0.71% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #C903DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C903DD is #36FC22. Grayscale: #565656. Windows color (decimal): -3603491 or 14484425. OLE color: 14484425.
HSL color Cylindrical-coordinate representation of color #C903DD: hue angle of 294.5º 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 #C903DD is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 3 | 221 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.13 |
| HSL | 294.5º | 0.97% | 0.44% | - |
| HSV(B) | 294.5º | 0.99% | 0.87% | - |
| XYZ | 37.17 | 17.7 | 69.86 | - |
| YUV | 87.05 | 203.6 | 209.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 3 | 221 | 0.09 | 0.99 | 0 | 0.13 | 294.5 | 0.97 | 0.44 |
| Hex | C9 | 3 | DD | 9 | 63 | 0 | D | 126 | 61 | 2C |
| Octal | 311 | 3 | 335 | 11 | 143 | 0 | 15 | 446 | 141 | 54 |
| Binary | 11001001 | 11 | 11011101 | 1001 | 1100011 | 0 | 1101 | 100100110 | 1100001 | 101100 |
Color Harmonies of #C903DD
Complementary color
Monochromatic Colors of #C903DD
Black with #C903DD
Text Example
Text Example
White with #C903DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C903DD; }
p { color: rgb(201,3,221); }
H1.HeaderClassName
{
color: #C903DD;
}
.AnyTagClassName
{
color: #C903DD;
}
</style>
background-color css
<style>
a { background-color: #C903DD; }
a { background-color: rgb(201,3,221); }
div.DivClassName
{
background-color: #C903DD;
}
.BgClassName
{
background-color: #C903DD;
}
</style>
border-color css
<style>
span { border-color: #C903DD; }
span { border-color: rgb(201,3,221); }
td.TdClassName
{
border-color: #C903DD;
}
.TagClassName
{
border-color: #C903DD;
}
</style>