Shades of Deep Magenta #C903DF
Tints of Deep Magenta #C903DF
RGB
CMYK
RGB Variations
Color information
#C903DF (or 0xC903DF) is known color: Deep Magenta. HEX triplet: C9, 03 and DF. RGB value is (201,3,223). Sum of RGB (Red+Green+Blue) = 201+3+223=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 3 (1.56% from 255 or 0.70% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #C903DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C903DF is #36FC20. Grayscale: #565656. Windows color (decimal): -3603489 or 14615497. OLE color: 14615497.
HSL color Cylindrical-coordinate representation of color #C903DF: hue angle of 294º 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 #C903DF is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 3 | 223 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.13 |
| HSL | 294º | 0.97% | 0.44% | - |
| HSV(B) | 294º | 0.99% | 0.87% | - |
| XYZ | 37.44 | 17.81 | 71.28 | - |
| YUV | 87.28 | 204.6 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 3 | 223 | 0.10 | 0.99 | 0 | 0.13 | 294 | 0.97 | 0.44 |
| Hex | C9 | 3 | DF | A | 63 | 0 | D | 126 | 61 | 2C |
| Octal | 311 | 3 | 337 | 12 | 143 | 0 | 15 | 446 | 141 | 54 |
| Binary | 11001001 | 11 | 11011111 | 1010 | 1100011 | 0 | 1101 | 100100110 | 1100001 | 101100 |
Color Harmonies of #C903DF
Complementary color
Monochromatic Colors of #C903DF
Black with #C903DF
Text Example
Text Example
White with #C903DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C903DF; }
p { color: rgb(201,3,223); }
H1.HeaderClassName
{
color: #C903DF;
}
.AnyTagClassName
{
color: #C903DF;
}
</style>
background-color css
<style>
a { background-color: #C903DF; }
a { background-color: rgb(201,3,223); }
div.DivClassName
{
background-color: #C903DF;
}
.BgClassName
{
background-color: #C903DF;
}
</style>
border-color css
<style>
span { border-color: #C903DF; }
span { border-color: rgb(201,3,223); }
td.TdClassName
{
border-color: #C903DF;
}
.TagClassName
{
border-color: #C903DF;
}
</style>