Shades of Deep Magenta #C405DA
Tints of Deep Magenta #C405DA
RGB
CMYK
RGB Variations
Color information
#C405DA (or 0xC405DA) is known color: Deep Magenta. HEX triplet: C4, 05 and DA. RGB value is (196,5,218). Sum of RGB (Red+Green+Blue) = 196+5+218=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 5 (2.34% from 255 or 1.19% from 419); Blue value is 218 (85.55% from 255 or 52.03% from 419); Max value from RGB is 218 - color contains mainly: blue. Hex color #C405DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C405DA is #3BFA25. Grayscale: #555555. Windows color (decimal): -3930662 or 14288324. OLE color: 14288324.
HSL color Cylindrical-coordinate representation of color #C405DA: hue angle of 293.8º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C405DA is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 5 | 218 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.15 |
| HSL | 293.8º | 0.96% | 0.44% | - |
| HSV(B) | 293.8º | 0.98% | 0.85% | - |
| XYZ | 35.47 | 16.91 | 67.72 | - |
| YUV | 86.39 | 202.28 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 5 | 218 | 0.10 | 0.98 | 0 | 0.15 | 293.8 | 0.96 | 0.44 |
| Hex | C4 | 5 | DA | A | 62 | 0 | F | 126 | 60 | 2C |
| Octal | 304 | 5 | 332 | 12 | 142 | 0 | 17 | 446 | 140 | 54 |
| Binary | 11000100 | 101 | 11011010 | 1010 | 1100010 | 0 | 1111 | 100100110 | 1100000 | 101100 |
Color Harmonies of #C405DA
Complementary color
Monochromatic Colors of #C405DA
Black with #C405DA
Text Example
Text Example
White with #C405DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C405DA; }
p { color: rgb(196,5,218); }
H1.HeaderClassName
{
color: #C405DA;
}
.AnyTagClassName
{
color: #C405DA;
}
</style>
background-color css
<style>
a { background-color: #C405DA; }
a { background-color: rgb(196,5,218); }
div.DivClassName
{
background-color: #C405DA;
}
.BgClassName
{
background-color: #C405DA;
}
</style>
border-color css
<style>
span { border-color: #C405DA; }
span { border-color: rgb(196,5,218); }
td.TdClassName
{
border-color: #C405DA;
}
.TagClassName
{
border-color: #C405DA;
}
</style>