Shades of Deep Magenta #C719B8
Tints of Deep Magenta #C719B8
RGB
CMYK
RGB Variations
Color information
#C719B8 (or 0xC719B8) is known color: Deep Magenta. HEX triplet: C7, 19 and B8. RGB value is (199,25,184). Sum of RGB (Red+Green+Blue) = 199+25+184=408 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.77% from 408); Green value is 25 (10.16% from 255 or 6.13% from 408); Blue value is 184 (72.27% from 255 or 45.10% from 408); Max value from RGB is 199 - color contains mainly: red. Hex color #C719B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C719B8 is #38E647. Grayscale: #5E5E5E. Windows color (decimal): -3728968 or 12065223. OLE color: 12065223.
HSL color Cylindrical-coordinate representation of color #C719B8: hue angle of 305.17º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C719B8 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 25 | 184 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.22 |
| HSL | 305.17º | 0.78% | 0.44% | - |
| HSV(B) | 305.17º | 0.87% | 0.78% | - |
| XYZ | 32.55 | 16.3 | 46.78 | - |
| YUV | 95.15 | 178.15 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 184 | 0 | 0.87 | 0.08 | 0.22 | 305.17 | 0.78 | 0.44 |
| Hex | C7 | 19 | B8 | 0 | 57 | 8 | 16 | 131 | 4E | 2C |
| Octal | 307 | 31 | 270 | 0 | 127 | 10 | 26 | 461 | 116 | 54 |
| Binary | 11000111 | 11001 | 10111000 | 0 | 1010111 | 1000 | 10110 | 100110001 | 1001110 | 101100 |
Color Harmonies of #C719B8
Complementary color
Monochromatic Colors of #C719B8
Black with #C719B8
Text Example
Text Example
White with #C719B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C719B8; }
p { color: rgb(199,25,184); }
H1.HeaderClassName
{
color: #C719B8;
}
.AnyTagClassName
{
color: #C719B8;
}
</style>
background-color css
<style>
a { background-color: #C719B8; }
a { background-color: rgb(199,25,184); }
div.DivClassName
{
background-color: #C719B8;
}
.BgClassName
{
background-color: #C719B8;
}
</style>
border-color css
<style>
span { border-color: #C719B8; }
span { border-color: rgb(199,25,184); }
td.TdClassName
{
border-color: #C719B8;
}
.TagClassName
{
border-color: #C719B8;
}
</style>