Shades of Deep Magenta #C410BA
Tints of Deep Magenta #C410BA
RGB
CMYK
RGB Variations
Color information
#C410BA (or 0xC410BA) is known color: Deep Magenta. HEX triplet: C4, 10 and BA. RGB value is (196,16,186). Sum of RGB (Red+Green+Blue) = 196+16+186=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 16 (6.64% from 255 or 4.02% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C410BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C410BA is #3BEF45. Grayscale: #585858. Windows color (decimal): -3927878 or 12193988. OLE color: 12193988.
HSL color Cylindrical-coordinate representation of color #C410BA: hue angle of 303.33º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C410BA is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 16 | 186 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.23 |
| HSL | 303.33º | 0.85% | 0.42% | - |
| HSV(B) | 303.33º | 0.92% | 0.77% | - |
| XYZ | 31.81 | 15.65 | 47.8 | - |
| YUV | 89.2 | 182.63 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 16 | 186 | 0 | 0.92 | 0.05 | 0.23 | 303.33 | 0.85 | 0.42 |
| Hex | C4 | 10 | BA | 0 | 5C | 5 | 17 | 12F | 55 | 2A |
| Octal | 304 | 20 | 272 | 0 | 134 | 5 | 27 | 457 | 125 | 52 |
| Binary | 11000100 | 10000 | 10111010 | 0 | 1011100 | 101 | 10111 | 100101111 | 1010101 | 101010 |
Color Harmonies of #C410BA
Complementary color
Monochromatic Colors of #C410BA
Black with #C410BA
Text Example
Text Example
White with #C410BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C410BA; }
p { color: rgb(196,16,186); }
H1.HeaderClassName
{
color: #C410BA;
}
.AnyTagClassName
{
color: #C410BA;
}
</style>
background-color css
<style>
a { background-color: #C410BA; }
a { background-color: rgb(196,16,186); }
div.DivClassName
{
background-color: #C410BA;
}
.BgClassName
{
background-color: #C410BA;
}
</style>
border-color css
<style>
span { border-color: #C410BA; }
span { border-color: rgb(196,16,186); }
td.TdClassName
{
border-color: #C410BA;
}
.TagClassName
{
border-color: #C410BA;
}
</style>