Shades of Deep Magenta #C404CD
Tints of Deep Magenta #C404CD
RGB
CMYK
RGB Variations
Color information
#C404CD (or 0xC404CD) is known color: Deep Magenta. HEX triplet: C4, 04 and CD. RGB value is (196,4,205). Sum of RGB (Red+Green+Blue) = 196+4+205=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 4 (1.95% from 255 or 0.99% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #C404CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C404CD is #3BFB32. Grayscale: #535353. Windows color (decimal): -3930931 or 13436100. OLE color: 13436100.
HSL color Cylindrical-coordinate representation of color #C404CD: hue angle of 297.31º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C404CD is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 4 | 205 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.20 |
| HSL | 297.31º | 0.96% | 0.41% | - |
| HSV(B) | 297.31º | 0.98% | 0.8% | - |
| XYZ | 33.83 | 16.23 | 59.11 | - |
| YUV | 84.32 | 196.11 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 4 | 205 | 0.04 | 0.98 | 0 | 0.20 | 297.31 | 0.96 | 0.41 |
| Hex | C4 | 4 | CD | 4 | 62 | 0 | 14 | 129 | 60 | 29 |
| Octal | 304 | 4 | 315 | 4 | 142 | 0 | 24 | 451 | 140 | 51 |
| Binary | 11000100 | 100 | 11001101 | 100 | 1100010 | 0 | 10100 | 100101001 | 1100000 | 101001 |
Color Harmonies of #C404CD
Complementary color
Monochromatic Colors of #C404CD
Black with #C404CD
Text Example
Text Example
White with #C404CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C404CD; }
p { color: rgb(196,4,205); }
H1.HeaderClassName
{
color: #C404CD;
}
.AnyTagClassName
{
color: #C404CD;
}
</style>
background-color css
<style>
a { background-color: #C404CD; }
a { background-color: rgb(196,4,205); }
div.DivClassName
{
background-color: #C404CD;
}
.BgClassName
{
background-color: #C404CD;
}
</style>
border-color css
<style>
span { border-color: #C404CD; }
span { border-color: rgb(196,4,205); }
td.TdClassName
{
border-color: #C404CD;
}
.TagClassName
{
border-color: #C404CD;
}
</style>