Shades of Deep Magenta #C403DD
Tints of Deep Magenta #C403DD
RGB
CMYK
RGB Variations
Color information
#C403DD (or 0xC403DD) is known color: Deep Magenta. HEX triplet: C4, 03 and DD. RGB value is (196,3,221). Sum of RGB (Red+Green+Blue) = 196+3+221=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 3 (1.56% from 255 or 0.71% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #C403DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C403DD is #3BFC22. Grayscale: #545454. Windows color (decimal): -3931171 or 14484420. OLE color: 14484420.
HSL color Cylindrical-coordinate representation of color #C403DD: hue angle of 293.12º 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 #C403DD is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 3 | 221 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.13 |
| HSL | 293.12º | 0.97% | 0.44% | - |
| HSV(B) | 293.12º | 0.99% | 0.87% | - |
| XYZ | 35.85 | 17.02 | 69.8 | - |
| YUV | 85.56 | 204.44 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 221 | 0.11 | 0.99 | 0 | 0.13 | 293.12 | 0.97 | 0.44 |
| Hex | C4 | 3 | DD | B | 63 | 0 | D | 125 | 61 | 2C |
| Octal | 304 | 3 | 335 | 13 | 143 | 0 | 15 | 445 | 141 | 54 |
| Binary | 11000100 | 11 | 11011101 | 1011 | 1100011 | 0 | 1101 | 100100101 | 1100001 | 101100 |
Color Harmonies of #C403DD
Complementary color
Monochromatic Colors of #C403DD
Black with #C403DD
Text Example
Text Example
White with #C403DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C403DD; }
p { color: rgb(196,3,221); }
H1.HeaderClassName
{
color: #C403DD;
}
.AnyTagClassName
{
color: #C403DD;
}
</style>
background-color css
<style>
a { background-color: #C403DD; }
a { background-color: rgb(196,3,221); }
div.DivClassName
{
background-color: #C403DD;
}
.BgClassName
{
background-color: #C403DD;
}
</style>
border-color css
<style>
span { border-color: #C403DD; }
span { border-color: rgb(196,3,221); }
td.TdClassName
{
border-color: #C403DD;
}
.TagClassName
{
border-color: #C403DD;
}
</style>