Shades of Deep Magenta #C71FB8
Tints of Deep Magenta #C71FB8
RGB
CMYK
RGB Variations
Color information
#C71FB8 (or 0xC71FB8) is known color: Deep Magenta. HEX triplet: C7, 1F and B8. RGB value is (199,31,184). Sum of RGB (Red+Green+Blue) = 199+31+184=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 31 (12.5% from 255 or 7.49% from 414); Blue value is 184 (72.27% from 255 or 44.44% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C71FB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71FB8 is #38E047. Grayscale: #626262. Windows color (decimal): -3727432 or 12066759. OLE color: 12066759.
HSL color Cylindrical-coordinate representation of color #C71FB8: hue angle of 305.36º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C71FB8 is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 31 | 184 | - |
| CMYK | 0 | 0.84 | 0.08 | 0.22 |
| HSL | 305.36º | 0.73% | 0.45% | - |
| HSV(B) | 305.36º | 0.84% | 0.78% | - |
| XYZ | 32.69 | 16.58 | 46.82 | - |
| YUV | 98.67 | 176.16 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 31 | 184 | 0 | 0.84 | 0.08 | 0.22 | 305.36 | 0.73 | 0.45 |
| Hex | C7 | 1F | B8 | 0 | 54 | 8 | 16 | 131 | 49 | 2D |
| Octal | 307 | 37 | 270 | 0 | 124 | 10 | 26 | 461 | 111 | 55 |
| Binary | 11000111 | 11111 | 10111000 | 0 | 1010100 | 1000 | 10110 | 100110001 | 1001001 | 101101 |
Color Harmonies of #C71FB8
Complementary color
Monochromatic Colors of #C71FB8
Black with #C71FB8
Text Example
Text Example
White with #C71FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71FB8; }
p { color: rgb(199,31,184); }
H1.HeaderClassName
{
color: #C71FB8;
}
.AnyTagClassName
{
color: #C71FB8;
}
</style>
background-color css
<style>
a { background-color: #C71FB8; }
a { background-color: rgb(199,31,184); }
div.DivClassName
{
background-color: #C71FB8;
}
.BgClassName
{
background-color: #C71FB8;
}
</style>
border-color css
<style>
span { border-color: #C71FB8; }
span { border-color: rgb(199,31,184); }
td.TdClassName
{
border-color: #C71FB8;
}
.TagClassName
{
border-color: #C71FB8;
}
</style>