Shades of Deep Magenta #C616BF
Tints of Deep Magenta #C616BF
RGB
CMYK
RGB Variations
Color information
#C616BF (or 0xC616BF) is known color: Deep Magenta. HEX triplet: C6, 16 and BF. RGB value is (198,22,191). Sum of RGB (Red+Green+Blue) = 198+22+191=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 22 (8.98% from 255 or 5.35% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 198 - color contains mainly: red. Hex color #C616BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C616BF is #39E940. Grayscale: #5D5D5D. Windows color (decimal): -3795265 or 12523206. OLE color: 12523206.
HSL color Cylindrical-coordinate representation of color #C616BF: hue angle of 302.39º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C616BF is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 22 | 191 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.22 |
| HSL | 302.39º | 0.8% | 0.43% | - |
| HSV(B) | 302.39º | 0.89% | 0.78% | - |
| XYZ | 32.98 | 16.34 | 50.71 | - |
| YUV | 93.89 | 182.81 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 22 | 191 | 0 | 0.89 | 0.04 | 0.22 | 302.39 | 0.8 | 0.43 |
| Hex | C6 | 16 | BF | 0 | 59 | 4 | 16 | 12E | 50 | 2B |
| Octal | 306 | 26 | 277 | 0 | 131 | 4 | 26 | 456 | 120 | 53 |
| Binary | 11000110 | 10110 | 10111111 | 0 | 1011001 | 100 | 10110 | 100101110 | 1010000 | 101011 |
Color Harmonies of #C616BF
Complementary color
Monochromatic Colors of #C616BF
Black with #C616BF
Text Example
Text Example
White with #C616BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C616BF; }
p { color: rgb(198,22,191); }
H1.HeaderClassName
{
color: #C616BF;
}
.AnyTagClassName
{
color: #C616BF;
}
</style>
background-color css
<style>
a { background-color: #C616BF; }
a { background-color: rgb(198,22,191); }
div.DivClassName
{
background-color: #C616BF;
}
.BgClassName
{
background-color: #C616BF;
}
</style>
border-color css
<style>
span { border-color: #C616BF; }
span { border-color: rgb(198,22,191); }
td.TdClassName
{
border-color: #C616BF;
}
.TagClassName
{
border-color: #C616BF;
}
</style>