Shades of Deep Magenta #C719CB
Tints of Deep Magenta #C719CB
RGB
CMYK
RGB Variations
Color information
#C719CB (or 0xC719CB) is known color: Deep Magenta. HEX triplet: C7, 19 and CB. RGB value is (199,25,203). Sum of RGB (Red+Green+Blue) = 199+25+203=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 25 (10.16% from 255 or 5.85% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #C719CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C719CB is #38E634. Grayscale: #606060. Windows color (decimal): -3728949 or 13310407. OLE color: 13310407.
HSL color Cylindrical-coordinate representation of color #C719CB: hue angle of 298.65º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C719CB is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 25 | 203 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.20 |
| HSL | 298.65º | 0.78% | 0.45% | - |
| HSV(B) | 298.65º | 0.88% | 0.8% | - |
| XYZ | 34.68 | 17.15 | 57.98 | - |
| YUV | 97.32 | 187.65 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 203 | 0.02 | 0.88 | 0 | 0.20 | 298.65 | 0.78 | 0.45 |
| Hex | C7 | 19 | CB | 2 | 58 | 0 | 14 | 12B | 4E | 2D |
| Octal | 307 | 31 | 313 | 2 | 130 | 0 | 24 | 453 | 116 | 55 |
| Binary | 11000111 | 11001 | 11001011 | 10 | 1011000 | 0 | 10100 | 100101011 | 1001110 | 101101 |
Color Harmonies of #C719CB
Complementary color
Monochromatic Colors of #C719CB
Black with #C719CB
Text Example
Text Example
White with #C719CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C719CB; }
p { color: rgb(199,25,203); }
H1.HeaderClassName
{
color: #C719CB;
}
.AnyTagClassName
{
color: #C719CB;
}
</style>
background-color css
<style>
a { background-color: #C719CB; }
a { background-color: rgb(199,25,203); }
div.DivClassName
{
background-color: #C719CB;
}
.BgClassName
{
background-color: #C719CB;
}
</style>
border-color css
<style>
span { border-color: #C719CB; }
span { border-color: rgb(199,25,203); }
td.TdClassName
{
border-color: #C719CB;
}
.TagClassName
{
border-color: #C719CB;
}
</style>