Shades of Deep Magenta #C71BCF
Tints of Deep Magenta #C71BCF
RGB
CMYK
RGB Variations
Color information
#C71BCF (or 0xC71BCF) is known color: Deep Magenta. HEX triplet: C7, 1B and CF. RGB value is (199,27,207). Sum of RGB (Red+Green+Blue) = 199+27+207=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 27 (10.94% from 255 or 6.24% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #C71BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71BCF is #38E430. Grayscale: #626262. Windows color (decimal): -3728433 or 13573063. OLE color: 13573063.
HSL color Cylindrical-coordinate representation of color #C71BCF: hue angle of 297.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C71BCF is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 27 | 207 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.19 |
| HSL | 297.33º | 0.77% | 0.46% | - |
| HSV(B) | 297.33º | 0.87% | 0.81% | - |
| XYZ | 35.21 | 17.43 | 60.54 | - |
| YUV | 98.95 | 188.98 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 27 | 207 | 0.04 | 0.87 | 0 | 0.19 | 297.33 | 0.77 | 0.46 |
| Hex | C7 | 1B | CF | 4 | 57 | 0 | 13 | 129 | 4D | 2E |
| Octal | 307 | 33 | 317 | 4 | 127 | 0 | 23 | 451 | 115 | 56 |
| Binary | 11000111 | 11011 | 11001111 | 100 | 1010111 | 0 | 10011 | 100101001 | 1001101 | 101110 |
Color Harmonies of #C71BCF
Complementary color
Monochromatic Colors of #C71BCF
Black with #C71BCF
Text Example
Text Example
White with #C71BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71BCF; }
p { color: rgb(199,27,207); }
H1.HeaderClassName
{
color: #C71BCF;
}
.AnyTagClassName
{
color: #C71BCF;
}
</style>
background-color css
<style>
a { background-color: #C71BCF; }
a { background-color: rgb(199,27,207); }
div.DivClassName
{
background-color: #C71BCF;
}
.BgClassName
{
background-color: #C71BCF;
}
</style>
border-color css
<style>
span { border-color: #C71BCF; }
span { border-color: rgb(199,27,207); }
td.TdClassName
{
border-color: #C71BCF;
}
.TagClassName
{
border-color: #C71BCF;
}
</style>