Shades of Deep Magenta #C722BB
Tints of Deep Magenta #C722BB
RGB
CMYK
RGB Variations
Color information
#C722BB (or 0xC722BB) is known color: Deep Magenta. HEX triplet: C7, 22 and BB. RGB value is (199,34,187). Sum of RGB (Red+Green+Blue) = 199+34+187=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 34 (13.67% from 255 or 8.10% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C722BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C722BB is #38DD44. Grayscale: #646464. Windows color (decimal): -3726661 or 12264135. OLE color: 12264135.
HSL color Cylindrical-coordinate representation of color #C722BB: hue angle of 304.36º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C722BB is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 34 | 187 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.22 |
| HSL | 304.36º | 0.71% | 0.46% | - |
| HSV(B) | 304.36º | 0.83% | 0.78% | - |
| XYZ | 33.09 | 16.87 | 48.53 | - |
| YUV | 100.78 | 176.66 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 34 | 187 | 0 | 0.83 | 0.06 | 0.22 | 304.36 | 0.71 | 0.46 |
| Hex | C7 | 22 | BB | 0 | 53 | 6 | 16 | 130 | 47 | 2E |
| Octal | 307 | 42 | 273 | 0 | 123 | 6 | 26 | 460 | 107 | 56 |
| Binary | 11000111 | 100010 | 10111011 | 0 | 1010011 | 110 | 10110 | 100110000 | 1000111 | 101110 |
Color Harmonies of #C722BB
Complementary color
Monochromatic Colors of #C722BB
Black with #C722BB
Text Example
Text Example
White with #C722BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C722BB; }
p { color: rgb(199,34,187); }
H1.HeaderClassName
{
color: #C722BB;
}
.AnyTagClassName
{
color: #C722BB;
}
</style>
background-color css
<style>
a { background-color: #C722BB; }
a { background-color: rgb(199,34,187); }
div.DivClassName
{
background-color: #C722BB;
}
.BgClassName
{
background-color: #C722BB;
}
</style>
border-color css
<style>
span { border-color: #C722BB; }
span { border-color: rgb(199,34,187); }
td.TdClassName
{
border-color: #C722BB;
}
.TagClassName
{
border-color: #C722BB;
}
</style>