Shades of Deep Magenta #C722CF
Tints of Deep Magenta #C722CF
RGB
CMYK
RGB Variations
Color information
#C722CF (or 0xC722CF) is known color: Deep Magenta. HEX triplet: C7, 22 and CF. RGB value is (199,34,207). Sum of RGB (Red+Green+Blue) = 199+34+207=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 34 (13.67% from 255 or 7.73% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #C722CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C722CF is #38DD30. Grayscale: #666666. Windows color (decimal): -3726641 or 13574855. OLE color: 13574855.
HSL color Cylindrical-coordinate representation of color #C722CF: hue angle of 297.23º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C722CF is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 34 | 207 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.19 |
| HSL | 297.23º | 0.72% | 0.47% | - |
| HSV(B) | 297.23º | 0.84% | 0.81% | - |
| XYZ | 35.39 | 17.79 | 60.6 | - |
| YUV | 103.06 | 186.66 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 34 | 207 | 0.04 | 0.84 | 0 | 0.19 | 297.23 | 0.72 | 0.47 |
| Hex | C7 | 22 | CF | 4 | 54 | 0 | 13 | 129 | 48 | 2F |
| Octal | 307 | 42 | 317 | 4 | 124 | 0 | 23 | 451 | 110 | 57 |
| Binary | 11000111 | 100010 | 11001111 | 100 | 1010100 | 0 | 10011 | 100101001 | 1001000 | 101111 |
Color Harmonies of #C722CF
Complementary color
Monochromatic Colors of #C722CF
Black with #C722CF
Text Example
Text Example
White with #C722CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C722CF; }
p { color: rgb(199,34,207); }
H1.HeaderClassName
{
color: #C722CF;
}
.AnyTagClassName
{
color: #C722CF;
}
</style>
background-color css
<style>
a { background-color: #C722CF; }
a { background-color: rgb(199,34,207); }
div.DivClassName
{
background-color: #C722CF;
}
.BgClassName
{
background-color: #C722CF;
}
</style>
border-color css
<style>
span { border-color: #C722CF; }
span { border-color: rgb(199,34,207); }
td.TdClassName
{
border-color: #C722CF;
}
.TagClassName
{
border-color: #C722CF;
}
</style>