Shades of Deep Magenta #C719BD
Tints of Deep Magenta #C719BD
RGB
CMYK
RGB Variations
Color information
#C719BD (or 0xC719BD) is known color: Deep Magenta. HEX triplet: C7, 19 and BD. RGB value is (199,25,189). Sum of RGB (Red+Green+Blue) = 199+25+189=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 25 (10.16% from 255 or 6.05% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 199 - color contains mainly: red. Hex color #C719BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C719BD is #38E642. Grayscale: #5F5F5F. Windows color (decimal): -3728963 or 12392903. OLE color: 12392903.
HSL color Cylindrical-coordinate representation of color #C719BD: hue angle of 303.45º 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 #C719BD is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 25 | 189 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.22 |
| HSL | 303.45º | 0.78% | 0.44% | - |
| HSV(B) | 303.45º | 0.87% | 0.78% | - |
| XYZ | 33.09 | 16.51 | 49.59 | - |
| YUV | 95.72 | 180.65 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 189 | 0 | 0.87 | 0.05 | 0.22 | 303.45 | 0.78 | 0.44 |
| Hex | C7 | 19 | BD | 0 | 57 | 5 | 16 | 12F | 4E | 2C |
| Octal | 307 | 31 | 275 | 0 | 127 | 5 | 26 | 457 | 116 | 54 |
| Binary | 11000111 | 11001 | 10111101 | 0 | 1010111 | 101 | 10110 | 100101111 | 1001110 | 101100 |
Color Harmonies of #C719BD
Complementary color
Monochromatic Colors of #C719BD
Black with #C719BD
Text Example
Text Example
White with #C719BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C719BD; }
p { color: rgb(199,25,189); }
H1.HeaderClassName
{
color: #C719BD;
}
.AnyTagClassName
{
color: #C719BD;
}
</style>
background-color css
<style>
a { background-color: #C719BD; }
a { background-color: rgb(199,25,189); }
div.DivClassName
{
background-color: #C719BD;
}
.BgClassName
{
background-color: #C719BD;
}
</style>
border-color css
<style>
span { border-color: #C719BD; }
span { border-color: rgb(199,25,189); }
td.TdClassName
{
border-color: #C719BD;
}
.TagClassName
{
border-color: #C719BD;
}
</style>