Shades of Deep Magenta #C405B0
Tints of Deep Magenta #C405B0
RGB
CMYK
RGB Variations
Color information
#C405B0 (or 0xC405B0) is known color: Deep Magenta. HEX triplet: C4, 05 and B0. RGB value is (196,5,176). Sum of RGB (Red+Green+Blue) = 196+5+176=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 5 (2.34% from 255 or 1.33% from 377); Blue value is 176 (69.14% from 255 or 46.68% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C405B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C405B0 is #3BFA4F. Grayscale: #515151. Windows color (decimal): -3930704 or 11535812. OLE color: 11535812.
HSL color Cylindrical-coordinate representation of color #C405B0: hue angle of 306.28º 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 #C405B0 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 5 | 176 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.23 |
| HSL | 306.28º | 0.95% | 0.39% | - |
| HSV(B) | 306.28º | 0.97% | 0.77% | - |
| XYZ | 30.66 | 14.98 | 42.35 | - |
| YUV | 81.6 | 181.28 | 209.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 5 | 176 | 0 | 0.97 | 0.10 | 0.23 | 306.28 | 0.95 | 0.39 |
| Hex | C4 | 5 | B0 | 0 | 61 | A | 17 | 132 | 5F | 27 |
| Octal | 304 | 5 | 260 | 0 | 141 | 12 | 27 | 462 | 137 | 47 |
| Binary | 11000100 | 101 | 10110000 | 0 | 1100001 | 1010 | 10111 | 100110010 | 1011111 | 100111 |
Color Harmonies of #C405B0
Complementary color
Monochromatic Colors of #C405B0
Black with #C405B0
Text Example
Text Example
White with #C405B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C405B0; }
p { color: rgb(196,5,176); }
H1.HeaderClassName
{
color: #C405B0;
}
.AnyTagClassName
{
color: #C405B0;
}
</style>
background-color css
<style>
a { background-color: #C405B0; }
a { background-color: rgb(196,5,176); }
div.DivClassName
{
background-color: #C405B0;
}
.BgClassName
{
background-color: #C405B0;
}
</style>
border-color css
<style>
span { border-color: #C405B0; }
span { border-color: rgb(196,5,176); }
td.TdClassName
{
border-color: #C405B0;
}
.TagClassName
{
border-color: #C405B0;
}
</style>