Shades of Deep Magenta #C71CCE
Tints of Deep Magenta #C71CCE
RGB
CMYK
RGB Variations
Color information
#C71CCE (or 0xC71CCE) is known color: Deep Magenta. HEX triplet: C7, 1C and CE. RGB value is (199,28,206). Sum of RGB (Red+Green+Blue) = 199+28+206=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 28 (11.33% from 255 or 6.47% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #C71CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71CCE is #38E331. Grayscale: #626262. Windows color (decimal): -3728178 or 13507783. OLE color: 13507783.
HSL color Cylindrical-coordinate representation of color #C71CCE: hue angle of 297.64º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C71CCE is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 28 | 206 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.19 |
| HSL | 297.64º | 0.76% | 0.46% | - |
| HSV(B) | 297.64º | 0.86% | 0.81% | - |
| XYZ | 35.11 | 17.43 | 59.91 | - |
| YUV | 99.42 | 188.15 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 28 | 206 | 0.03 | 0.86 | 0 | 0.19 | 297.64 | 0.76 | 0.46 |
| Hex | C7 | 1C | CE | 3 | 56 | 0 | 13 | 12A | 4C | 2E |
| Octal | 307 | 34 | 316 | 3 | 126 | 0 | 23 | 452 | 114 | 56 |
| Binary | 11000111 | 11100 | 11001110 | 11 | 1010110 | 0 | 10011 | 100101010 | 1001100 | 101110 |
Color Harmonies of #C71CCE
Complementary color
Monochromatic Colors of #C71CCE
Black with #C71CCE
Text Example
Text Example
White with #C71CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71CCE; }
p { color: rgb(199,28,206); }
H1.HeaderClassName
{
color: #C71CCE;
}
.AnyTagClassName
{
color: #C71CCE;
}
</style>
background-color css
<style>
a { background-color: #C71CCE; }
a { background-color: rgb(199,28,206); }
div.DivClassName
{
background-color: #C71CCE;
}
.BgClassName
{
background-color: #C71CCE;
}
</style>
border-color css
<style>
span { border-color: #C71CCE; }
span { border-color: rgb(199,28,206); }
td.TdClassName
{
border-color: #C71CCE;
}
.TagClassName
{
border-color: #C71CCE;
}
</style>