Shades of Deep Magenta #C403DF
Tints of Deep Magenta #C403DF
RGB
CMYK
RGB Variations
Color information
#C403DF (or 0xC403DF) is known color: Deep Magenta. HEX triplet: C4, 03 and DF. RGB value is (196,3,223). Sum of RGB (Red+Green+Blue) = 196+3+223=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 3 (1.56% from 255 or 0.71% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #C403DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C403DF is #3BFC20. Grayscale: #555555. Windows color (decimal): -3931169 or 14615492. OLE color: 14615492.
HSL color Cylindrical-coordinate representation of color #C403DF: hue angle of 292.64º 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 #C403DF is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 3 | 223 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.13 |
| HSL | 292.64º | 0.97% | 0.44% | - |
| HSV(B) | 292.64º | 0.99% | 0.87% | - |
| XYZ | 36.12 | 17.13 | 71.21 | - |
| YUV | 85.79 | 205.44 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 223 | 0.12 | 0.99 | 0 | 0.13 | 292.64 | 0.97 | 0.44 |
| Hex | C4 | 3 | DF | C | 63 | 0 | D | 125 | 61 | 2C |
| Octal | 304 | 3 | 337 | 14 | 143 | 0 | 15 | 445 | 141 | 54 |
| Binary | 11000100 | 11 | 11011111 | 1100 | 1100011 | 0 | 1101 | 100100101 | 1100001 | 101100 |
Color Harmonies of #C403DF
Complementary color
Monochromatic Colors of #C403DF
Black with #C403DF
Text Example
Text Example
White with #C403DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C403DF; }
p { color: rgb(196,3,223); }
H1.HeaderClassName
{
color: #C403DF;
}
.AnyTagClassName
{
color: #C403DF;
}
</style>
background-color css
<style>
a { background-color: #C403DF; }
a { background-color: rgb(196,3,223); }
div.DivClassName
{
background-color: #C403DF;
}
.BgClassName
{
background-color: #C403DF;
}
</style>
border-color css
<style>
span { border-color: #C403DF; }
span { border-color: rgb(196,3,223); }
td.TdClassName
{
border-color: #C403DF;
}
.TagClassName
{
border-color: #C403DF;
}
</style>