Shades of Deep Magenta #C71BBA
Tints of Deep Magenta #C71BBA
RGB
CMYK
RGB Variations
Color information
#C71BBA (or 0xC71BBA) is known color: Deep Magenta. HEX triplet: C7, 1B and BA. RGB value is (199,27,186). Sum of RGB (Red+Green+Blue) = 199+27+186=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 27 (10.94% from 255 or 6.55% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C71BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71BBA is #38E445. Grayscale: #606060. Windows color (decimal): -3728454 or 12196807. OLE color: 12196807.
HSL color Cylindrical-coordinate representation of color #C71BBA: hue angle of 304.53º 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 #C71BBA is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 27 | 186 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.22 |
| HSL | 304.53º | 0.76% | 0.44% | - |
| HSV(B) | 304.53º | 0.86% | 0.78% | - |
| XYZ | 32.81 | 16.47 | 47.9 | - |
| YUV | 96.55 | 178.48 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 27 | 186 | 0 | 0.86 | 0.07 | 0.22 | 304.53 | 0.76 | 0.44 |
| Hex | C7 | 1B | BA | 0 | 56 | 7 | 16 | 131 | 4C | 2C |
| Octal | 307 | 33 | 272 | 0 | 126 | 7 | 26 | 461 | 114 | 54 |
| Binary | 11000111 | 11011 | 10111010 | 0 | 1010110 | 111 | 10110 | 100110001 | 1001100 | 101100 |
Color Harmonies of #C71BBA
Complementary color
Monochromatic Colors of #C71BBA
Black with #C71BBA
Text Example
Text Example
White with #C71BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71BBA; }
p { color: rgb(199,27,186); }
H1.HeaderClassName
{
color: #C71BBA;
}
.AnyTagClassName
{
color: #C71BBA;
}
</style>
background-color css
<style>
a { background-color: #C71BBA; }
a { background-color: rgb(199,27,186); }
div.DivClassName
{
background-color: #C71BBA;
}
.BgClassName
{
background-color: #C71BBA;
}
</style>
border-color css
<style>
span { border-color: #C71BBA; }
span { border-color: rgb(199,27,186); }
td.TdClassName
{
border-color: #C71BBA;
}
.TagClassName
{
border-color: #C71BBA;
}
</style>