Shades of Deep Magenta #C610BF
Tints of Deep Magenta #C610BF
RGB
CMYK
RGB Variations
Color information
#C610BF (or 0xC610BF) is known color: Deep Magenta. HEX triplet: C6, 10 and BF. RGB value is (198,16,191). Sum of RGB (Red+Green+Blue) = 198+16+191=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 16 (6.64% from 255 or 3.95% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C610BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C610BF is #39EF40. Grayscale: #595959. Windows color (decimal): -3796801 or 12521670. OLE color: 12521670.
HSL color Cylindrical-coordinate representation of color #C610BF: hue angle of 302.31º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C610BF is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 16 | 191 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.22 |
| HSL | 302.31º | 0.85% | 0.42% | - |
| HSV(B) | 302.31º | 0.92% | 0.78% | - |
| XYZ | 32.88 | 16.14 | 50.67 | - |
| YUV | 90.37 | 184.8 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 16 | 191 | 0 | 0.92 | 0.04 | 0.22 | 302.31 | 0.85 | 0.42 |
| Hex | C6 | 10 | BF | 0 | 5C | 4 | 16 | 12E | 55 | 2A |
| Octal | 306 | 20 | 277 | 0 | 134 | 4 | 26 | 456 | 125 | 52 |
| Binary | 11000110 | 10000 | 10111111 | 0 | 1011100 | 100 | 10110 | 100101110 | 1010101 | 101010 |
Color Harmonies of #C610BF
Complementary color
Monochromatic Colors of #C610BF
Black with #C610BF
Text Example
Text Example
White with #C610BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C610BF; }
p { color: rgb(198,16,191); }
H1.HeaderClassName
{
color: #C610BF;
}
.AnyTagClassName
{
color: #C610BF;
}
</style>
background-color css
<style>
a { background-color: #C610BF; }
a { background-color: rgb(198,16,191); }
div.DivClassName
{
background-color: #C610BF;
}
.BgClassName
{
background-color: #C610BF;
}
</style>
border-color css
<style>
span { border-color: #C610BF; }
span { border-color: rgb(198,16,191); }
td.TdClassName
{
border-color: #C610BF;
}
.TagClassName
{
border-color: #C610BF;
}
</style>