Shades of Deep Magenta #C721C3
Tints of Deep Magenta #C721C3
RGB
CMYK
RGB Variations
Color information
#C721C3 (or 0xC721C3) is known color: Deep Magenta. HEX triplet: C7, 21 and C3. RGB value is (199,33,195). Sum of RGB (Red+Green+Blue) = 199+33+195=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 33 (13.28% from 255 or 7.73% from 427); Blue value is 195 (76.56% from 255 or 45.67% from 427); Max value from RGB is 199 - color contains mainly: red. Hex color #C721C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C721C3 is #38DE3C. Grayscale: #646464. Windows color (decimal): -3726909 or 12788167. OLE color: 12788167.
HSL color Cylindrical-coordinate representation of color #C721C3: hue angle of 301.45º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C721C3 is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 33 | 195 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.22 |
| HSL | 301.45º | 0.72% | 0.45% | - |
| HSV(B) | 301.45º | 0.83% | 0.78% | - |
| XYZ | 33.95 | 17.17 | 53.15 | - |
| YUV | 101.1 | 181 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 33 | 195 | 0 | 0.83 | 0.02 | 0.22 | 301.45 | 0.72 | 0.45 |
| Hex | C7 | 21 | C3 | 0 | 53 | 2 | 16 | 12D | 48 | 2D |
| Octal | 307 | 41 | 303 | 0 | 123 | 2 | 26 | 455 | 110 | 55 |
| Binary | 11000111 | 100001 | 11000011 | 0 | 1010011 | 10 | 10110 | 100101101 | 1001000 | 101101 |
Color Harmonies of #C721C3
Complementary color
Monochromatic Colors of #C721C3
Black with #C721C3
Text Example
Text Example
White with #C721C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C721C3; }
p { color: rgb(199,33,195); }
H1.HeaderClassName
{
color: #C721C3;
}
.AnyTagClassName
{
color: #C721C3;
}
</style>
background-color css
<style>
a { background-color: #C721C3; }
a { background-color: rgb(199,33,195); }
div.DivClassName
{
background-color: #C721C3;
}
.BgClassName
{
background-color: #C721C3;
}
</style>
border-color css
<style>
span { border-color: #C721C3; }
span { border-color: rgb(199,33,195); }
td.TdClassName
{
border-color: #C721C3;
}
.TagClassName
{
border-color: #C721C3;
}
</style>