Shades of Deep Magenta #C716CB
Tints of Deep Magenta #C716CB
RGB
CMYK
RGB Variations
Color information
#C716CB (or 0xC716CB) is known color: Deep Magenta. HEX triplet: C7, 16 and CB. RGB value is (199,22,203). Sum of RGB (Red+Green+Blue) = 199+22+203=424 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.93% from 424); Green value is 22 (8.98% from 255 or 5.19% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #C716CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C716CB is #38E934. Grayscale: #5F5F5F. Windows color (decimal): -3729717 or 13309639. OLE color: 13309639.
HSL color Cylindrical-coordinate representation of color #C716CB: hue angle of 298.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C716CB is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 22 | 203 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.20 |
| HSL | 298.67º | 0.8% | 0.44% | - |
| HSV(B) | 298.67º | 0.89% | 0.8% | - |
| XYZ | 34.62 | 17.03 | 57.96 | - |
| YUV | 95.56 | 188.64 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 203 | 0.02 | 0.89 | 0 | 0.20 | 298.67 | 0.8 | 0.44 |
| Hex | C7 | 16 | CB | 2 | 59 | 0 | 14 | 12B | 50 | 2C |
| Octal | 307 | 26 | 313 | 2 | 131 | 0 | 24 | 453 | 120 | 54 |
| Binary | 11000111 | 10110 | 11001011 | 10 | 1011001 | 0 | 10100 | 100101011 | 1010000 | 101100 |
Color Harmonies of #C716CB
Complementary color
Monochromatic Colors of #C716CB
Black with #C716CB
Text Example
Text Example
White with #C716CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C716CB; }
p { color: rgb(199,22,203); }
H1.HeaderClassName
{
color: #C716CB;
}
.AnyTagClassName
{
color: #C716CB;
}
</style>
background-color css
<style>
a { background-color: #C716CB; }
a { background-color: rgb(199,22,203); }
div.DivClassName
{
background-color: #C716CB;
}
.BgClassName
{
background-color: #C716CB;
}
</style>
border-color css
<style>
span { border-color: #C716CB; }
span { border-color: rgb(199,22,203); }
td.TdClassName
{
border-color: #C716CB;
}
.TagClassName
{
border-color: #C716CB;
}
</style>