Shades of Deep Magenta #C903DB
Tints of Deep Magenta #C903DB
RGB
CMYK
RGB Variations
Color information
#C903DB (or 0xC903DB) is known color: Deep Magenta. HEX triplet: C9, 03 and DB. RGB value is (201,3,219). Sum of RGB (Red+Green+Blue) = 201+3+219=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 3 (1.56% from 255 or 0.71% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #C903DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C903DB is #36FC24. Grayscale: #565656. Windows color (decimal): -3603493 or 14353353. OLE color: 14353353.
HSL color Cylindrical-coordinate representation of color #C903DB: hue angle of 295º 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 #C903DB is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 3 | 219 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.14 |
| HSL | 295º | 0.97% | 0.44% | - |
| HSV(B) | 295º | 0.99% | 0.86% | - |
| XYZ | 36.91 | 17.6 | 68.47 | - |
| YUV | 86.83 | 202.6 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 3 | 219 | 0.08 | 0.99 | 0 | 0.14 | 295 | 0.97 | 0.44 |
| Hex | C9 | 3 | DB | 8 | 63 | 0 | E | 127 | 61 | 2C |
| Octal | 311 | 3 | 333 | 10 | 143 | 0 | 16 | 447 | 141 | 54 |
| Binary | 11001001 | 11 | 11011011 | 1000 | 1100011 | 0 | 1110 | 100100111 | 1100001 | 101100 |
Color Harmonies of #C903DB
Complementary color
Monochromatic Colors of #C903DB
Black with #C903DB
Text Example
Text Example
White with #C903DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C903DB; }
p { color: rgb(201,3,219); }
H1.HeaderClassName
{
color: #C903DB;
}
.AnyTagClassName
{
color: #C903DB;
}
</style>
background-color css
<style>
a { background-color: #C903DB; }
a { background-color: rgb(201,3,219); }
div.DivClassName
{
background-color: #C903DB;
}
.BgClassName
{
background-color: #C903DB;
}
</style>
border-color css
<style>
span { border-color: #C903DB; }
span { border-color: rgb(201,3,219); }
td.TdClassName
{
border-color: #C903DB;
}
.TagClassName
{
border-color: #C903DB;
}
</style>