Shades of Deep Magenta #C722B0
Tints of Deep Magenta #C722B0
RGB
CMYK
RGB Variations
Color information
#C722B0 (or 0xC722B0) is known color: Deep Magenta. HEX triplet: C7, 22 and B0. RGB value is (199,34,176). Sum of RGB (Red+Green+Blue) = 199+34+176=409 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.66% from 409); Green value is 34 (13.67% from 255 or 8.31% from 409); Blue value is 176 (69.14% from 255 or 43.03% from 409); Max value from RGB is 199 - color contains mainly: red. Hex color #C722B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C722B0 is #38DD4F. Grayscale: #636363. Windows color (decimal): -3726672 or 11543239. OLE color: 11543239.
HSL color Cylindrical-coordinate representation of color #C722B0: hue angle of 308.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 #C722B0 is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 34 | 176 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.22 |
| HSL | 308.36º | 0.71% | 0.46% | - |
| HSV(B) | 308.36º | 0.83% | 0.78% | - |
| XYZ | 31.96 | 16.42 | 42.56 | - |
| YUV | 99.52 | 171.16 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 34 | 176 | 0 | 0.83 | 0.12 | 0.22 | 308.36 | 0.71 | 0.46 |
| Hex | C7 | 22 | B0 | 0 | 53 | C | 16 | 134 | 47 | 2E |
| Octal | 307 | 42 | 260 | 0 | 123 | 14 | 26 | 464 | 107 | 56 |
| Binary | 11000111 | 100010 | 10110000 | 0 | 1010011 | 1100 | 10110 | 100110100 | 1000111 | 101110 |
Color Harmonies of #C722B0
Complementary color
Monochromatic Colors of #C722B0
Black with #C722B0
Text Example
Text Example
White with #C722B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C722B0; }
p { color: rgb(199,34,176); }
H1.HeaderClassName
{
color: #C722B0;
}
.AnyTagClassName
{
color: #C722B0;
}
</style>
background-color css
<style>
a { background-color: #C722B0; }
a { background-color: rgb(199,34,176); }
div.DivClassName
{
background-color: #C722B0;
}
.BgClassName
{
background-color: #C722B0;
}
</style>
border-color css
<style>
span { border-color: #C722B0; }
span { border-color: rgb(199,34,176); }
td.TdClassName
{
border-color: #C722B0;
}
.TagClassName
{
border-color: #C722B0;
}
</style>