Shades of Deep Magenta #C410BC
Tints of Deep Magenta #C410BC
RGB
CMYK
RGB Variations
Color information
#C410BC (or 0xC410BC) is known color: Deep Magenta. HEX triplet: C4, 10 and BC. RGB value is (196,16,188). Sum of RGB (Red+Green+Blue) = 196+16+188=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 16 (6.64% from 255 or 4% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C410BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C410BC is #3BEF43. Grayscale: #585858. Windows color (decimal): -3927876 or 12325060. OLE color: 12325060.
HSL color Cylindrical-coordinate representation of color #C410BC: hue angle of 302.67º 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 #C410BC is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 16 | 188 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.23 |
| HSL | 302.67º | 0.85% | 0.42% | - |
| HSV(B) | 302.67º | 0.92% | 0.77% | - |
| XYZ | 32.03 | 15.74 | 48.93 | - |
| YUV | 89.43 | 183.63 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 16 | 188 | 0 | 0.92 | 0.04 | 0.23 | 302.67 | 0.85 | 0.42 |
| Hex | C4 | 10 | BC | 0 | 5C | 4 | 17 | 12F | 55 | 2A |
| Octal | 304 | 20 | 274 | 0 | 134 | 4 | 27 | 457 | 125 | 52 |
| Binary | 11000100 | 10000 | 10111100 | 0 | 1011100 | 100 | 10111 | 100101111 | 1010101 | 101010 |
Color Harmonies of #C410BC
Complementary color
Monochromatic Colors of #C410BC
Black with #C410BC
Text Example
Text Example
White with #C410BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C410BC; }
p { color: rgb(196,16,188); }
H1.HeaderClassName
{
color: #C410BC;
}
.AnyTagClassName
{
color: #C410BC;
}
</style>
background-color css
<style>
a { background-color: #C410BC; }
a { background-color: rgb(196,16,188); }
div.DivClassName
{
background-color: #C410BC;
}
.BgClassName
{
background-color: #C410BC;
}
</style>
border-color css
<style>
span { border-color: #C410BC; }
span { border-color: rgb(196,16,188); }
td.TdClassName
{
border-color: #C410BC;
}
.TagClassName
{
border-color: #C410BC;
}
</style>