Shades of Deep Magenta #C410BE
Tints of Deep Magenta #C410BE
RGB
CMYK
RGB Variations
Color information
#C410BE (or 0xC410BE) is known color: Deep Magenta. HEX triplet: C4, 10 and BE. RGB value is (196,16,190). Sum of RGB (Red+Green+Blue) = 196+16+190=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 16 (6.64% from 255 or 3.98% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C410BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C410BE is #3BEF41. Grayscale: #595959. Windows color (decimal): -3927874 or 12456132. OLE color: 12456132.
HSL color Cylindrical-coordinate representation of color #C410BE: hue angle of 302º 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 #C410BE is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 16 | 190 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.23 |
| HSL | 302º | 0.85% | 0.42% | - |
| HSV(B) | 302º | 0.92% | 0.77% | - |
| XYZ | 32.24 | 15.82 | 50.07 | - |
| YUV | 89.66 | 184.63 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 16 | 190 | 0 | 0.92 | 0.03 | 0.23 | 302 | 0.85 | 0.42 |
| Hex | C4 | 10 | BE | 0 | 5C | 3 | 17 | 12E | 55 | 2A |
| Octal | 304 | 20 | 276 | 0 | 134 | 3 | 27 | 456 | 125 | 52 |
| Binary | 11000100 | 10000 | 10111110 | 0 | 1011100 | 11 | 10111 | 100101110 | 1010101 | 101010 |
Color Harmonies of #C410BE
Complementary color
Monochromatic Colors of #C410BE
Black with #C410BE
Text Example
Text Example
White with #C410BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C410BE; }
p { color: rgb(196,16,190); }
H1.HeaderClassName
{
color: #C410BE;
}
.AnyTagClassName
{
color: #C410BE;
}
</style>
background-color css
<style>
a { background-color: #C410BE; }
a { background-color: rgb(196,16,190); }
div.DivClassName
{
background-color: #C410BE;
}
.BgClassName
{
background-color: #C410BE;
}
</style>
border-color css
<style>
span { border-color: #C410BE; }
span { border-color: rgb(196,16,190); }
td.TdClassName
{
border-color: #C410BE;
}
.TagClassName
{
border-color: #C410BE;
}
</style>