Shades of Deep Magenta #C71BBF
Tints of Deep Magenta #C71BBF
RGB
CMYK
RGB Variations
Color information
#C71BBF (or 0xC71BBF) is known color: Deep Magenta. HEX triplet: C7, 1B and BF. RGB value is (199,27,191). Sum of RGB (Red+Green+Blue) = 199+27+191=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 27 (10.94% from 255 or 6.47% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C71BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71BBF is #38E440. Grayscale: #606060. Windows color (decimal): -3728449 or 12524487. OLE color: 12524487.
HSL color Cylindrical-coordinate representation of color #C71BBF: hue angle of 302.79º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C71BBF is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 27 | 191 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.22 |
| HSL | 302.79º | 0.76% | 0.44% | - |
| HSV(B) | 302.79º | 0.86% | 0.78% | - |
| XYZ | 33.35 | 16.69 | 50.75 | - |
| YUV | 97.12 | 180.98 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 27 | 191 | 0 | 0.86 | 0.04 | 0.22 | 302.79 | 0.76 | 0.44 |
| Hex | C7 | 1B | BF | 0 | 56 | 4 | 16 | 12F | 4C | 2C |
| Octal | 307 | 33 | 277 | 0 | 126 | 4 | 26 | 457 | 114 | 54 |
| Binary | 11000111 | 11011 | 10111111 | 0 | 1010110 | 100 | 10110 | 100101111 | 1001100 | 101100 |
Color Harmonies of #C71BBF
Complementary color
Monochromatic Colors of #C71BBF
Black with #C71BBF
Text Example
Text Example
White with #C71BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71BBF; }
p { color: rgb(199,27,191); }
H1.HeaderClassName
{
color: #C71BBF;
}
.AnyTagClassName
{
color: #C71BBF;
}
</style>
background-color css
<style>
a { background-color: #C71BBF; }
a { background-color: rgb(199,27,191); }
div.DivClassName
{
background-color: #C71BBF;
}
.BgClassName
{
background-color: #C71BBF;
}
</style>
border-color css
<style>
span { border-color: #C71BBF; }
span { border-color: rgb(199,27,191); }
td.TdClassName
{
border-color: #C71BBF;
}
.TagClassName
{
border-color: #C71BBF;
}
</style>