Shades of Deep Magenta #C404BF
Tints of Deep Magenta #C404BF
RGB
CMYK
RGB Variations
Color information
#C404BF (or 0xC404BF) is known color: Deep Magenta. HEX triplet: C4, 04 and BF. RGB value is (196,4,191). Sum of RGB (Red+Green+Blue) = 196+4+191=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 4 (1.95% from 255 or 1.02% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C404BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C404BF is #3BFB40. Grayscale: #525252. Windows color (decimal): -3930945 or 12518596. OLE color: 12518596.
HSL color Cylindrical-coordinate representation of color #C404BF: hue angle of 301.56º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C404BF is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 4 | 191 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.23 |
| HSL | 301.56º | 0.96% | 0.39% | - |
| HSV(B) | 301.56º | 0.98% | 0.77% | - |
| XYZ | 32.21 | 15.58 | 50.6 | - |
| YUV | 82.73 | 189.11 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 4 | 191 | 0 | 0.98 | 0.03 | 0.23 | 301.56 | 0.96 | 0.39 |
| Hex | C4 | 4 | BF | 0 | 62 | 3 | 17 | 12E | 60 | 27 |
| Octal | 304 | 4 | 277 | 0 | 142 | 3 | 27 | 456 | 140 | 47 |
| Binary | 11000100 | 100 | 10111111 | 0 | 1100010 | 11 | 10111 | 100101110 | 1100000 | 100111 |
Color Harmonies of #C404BF
Complementary color
Monochromatic Colors of #C404BF
Black with #C404BF
Text Example
Text Example
White with #C404BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C404BF; }
p { color: rgb(196,4,191); }
H1.HeaderClassName
{
color: #C404BF;
}
.AnyTagClassName
{
color: #C404BF;
}
</style>
background-color css
<style>
a { background-color: #C404BF; }
a { background-color: rgb(196,4,191); }
div.DivClassName
{
background-color: #C404BF;
}
.BgClassName
{
background-color: #C404BF;
}
</style>
border-color css
<style>
span { border-color: #C404BF; }
span { border-color: rgb(196,4,191); }
td.TdClassName
{
border-color: #C404BF;
}
.TagClassName
{
border-color: #C404BF;
}
</style>