Shades of Deep Magenta #C405BE
Tints of Deep Magenta #C405BE
RGB
CMYK
RGB Variations
Color information
#C405BE (or 0xC405BE) is known color: Deep Magenta. HEX triplet: C4, 05 and BE. RGB value is (196,5,190). Sum of RGB (Red+Green+Blue) = 196+5+190=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 5 (2.34% from 255 or 1.28% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C405BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C405BE is #3BFA41. Grayscale: #525252. Windows color (decimal): -3930690 or 12453316. OLE color: 12453316.
HSL color Cylindrical-coordinate representation of color #C405BE: hue angle of 301.88º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C405BE is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 5 | 190 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.23 |
| HSL | 301.88º | 0.95% | 0.39% | - |
| HSV(B) | 301.88º | 0.97% | 0.77% | - |
| XYZ | 32.11 | 15.56 | 50.03 | - |
| YUV | 83.2 | 188.28 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 5 | 190 | 0 | 0.97 | 0.03 | 0.23 | 301.88 | 0.95 | 0.39 |
| Hex | C4 | 5 | BE | 0 | 61 | 3 | 17 | 12E | 5F | 27 |
| Octal | 304 | 5 | 276 | 0 | 141 | 3 | 27 | 456 | 137 | 47 |
| Binary | 11000100 | 101 | 10111110 | 0 | 1100001 | 11 | 10111 | 100101110 | 1011111 | 100111 |
Color Harmonies of #C405BE
Complementary color
Monochromatic Colors of #C405BE
Black with #C405BE
Text Example
Text Example
White with #C405BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C405BE; }
p { color: rgb(196,5,190); }
H1.HeaderClassName
{
color: #C405BE;
}
.AnyTagClassName
{
color: #C405BE;
}
</style>
background-color css
<style>
a { background-color: #C405BE; }
a { background-color: rgb(196,5,190); }
div.DivClassName
{
background-color: #C405BE;
}
.BgClassName
{
background-color: #C405BE;
}
</style>
border-color css
<style>
span { border-color: #C405BE; }
span { border-color: rgb(196,5,190); }
td.TdClassName
{
border-color: #C405BE;
}
.TagClassName
{
border-color: #C405BE;
}
</style>