Shades of Deep Magenta #C610BB
Tints of Deep Magenta #C610BB
RGB
CMYK
RGB Variations
Color information
#C610BB (or 0xC610BB) is known color: Deep Magenta. HEX triplet: C6, 10 and BB. RGB value is (198,16,187). Sum of RGB (Red+Green+Blue) = 198+16+187=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 16 (6.64% from 255 or 3.99% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C610BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C610BB is #39EF44. Grayscale: #595959. Windows color (decimal): -3796805 or 12259526. OLE color: 12259526.
HSL color Cylindrical-coordinate representation of color #C610BB: hue angle of 303.63º 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 #C610BB is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 16 | 187 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.22 |
| HSL | 303.63º | 0.85% | 0.42% | - |
| HSV(B) | 303.63º | 0.92% | 0.78% | - |
| XYZ | 32.44 | 15.96 | 48.39 | - |
| YUV | 89.91 | 182.8 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 16 | 187 | 0 | 0.92 | 0.06 | 0.22 | 303.63 | 0.85 | 0.42 |
| Hex | C6 | 10 | BB | 0 | 5C | 6 | 16 | 130 | 55 | 2A |
| Octal | 306 | 20 | 273 | 0 | 134 | 6 | 26 | 460 | 125 | 52 |
| Binary | 11000110 | 10000 | 10111011 | 0 | 1011100 | 110 | 10110 | 100110000 | 1010101 | 101010 |
Color Harmonies of #C610BB
Complementary color
Monochromatic Colors of #C610BB
Black with #C610BB
Text Example
Text Example
White with #C610BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C610BB; }
p { color: rgb(198,16,187); }
H1.HeaderClassName
{
color: #C610BB;
}
.AnyTagClassName
{
color: #C610BB;
}
</style>
background-color css
<style>
a { background-color: #C610BB; }
a { background-color: rgb(198,16,187); }
div.DivClassName
{
background-color: #C610BB;
}
.BgClassName
{
background-color: #C610BB;
}
</style>
border-color css
<style>
span { border-color: #C610BB; }
span { border-color: rgb(198,16,187); }
td.TdClassName
{
border-color: #C610BB;
}
.TagClassName
{
border-color: #C610BB;
}
</style>