Shades of Deep Magenta #C700CE
Tints of Deep Magenta #C700CE
RGB
CMYK
RGB Variations
Color information
#C700CE (or 0xC700CE) is known color: Deep Magenta. HEX triplet: C7, 00 and CE. RGB value is (199,0,206). Sum of RGB (Red+Green+Blue) = 199+0+206=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 0 (0.39% from 255 or 0% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #C700CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C700CE is #38FF31. Grayscale: #525252. Windows color (decimal): -3735346 or 13500615. OLE color: 13500615.
HSL color Cylindrical-coordinate representation of color #C700CE: hue angle of 297.96º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C700CE is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 0 | 206 | - |
| CMYK | 0.03 | 1 | 0 | 0.19 |
| HSL | 297.96º | 1% | 0.4% | - |
| HSV(B) | 297.96º | 1% | 0.81% | - |
| XYZ | 34.69 | 16.6 | 59.77 | - |
| YUV | 82.99 | 197.43 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 206 | 0.03 | 1 | 0 | 0.19 | 297.96 | 1 | 0.4 |
| Hex | C7 | 0 | CE | 3 | 64 | 0 | 13 | 12A | 64 | 28 |
| Octal | 307 | 0 | 316 | 3 | 144 | 0 | 23 | 452 | 144 | 50 |
| Binary | 11000111 | 0 | 11001110 | 11 | 1100100 | 0 | 10011 | 100101010 | 1100100 | 101000 |
Color Harmonies of #C700CE
Complementary color
Monochromatic Colors of #C700CE
Black with #C700CE
Text Example
Text Example
White with #C700CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C700CE; }
p { color: rgb(199,0,206); }
H1.HeaderClassName
{
color: #C700CE;
}
.AnyTagClassName
{
color: #C700CE;
}
</style>
background-color css
<style>
a { background-color: #C700CE; }
a { background-color: rgb(199,0,206); }
div.DivClassName
{
background-color: #C700CE;
}
.BgClassName
{
background-color: #C700CE;
}
</style>
border-color css
<style>
span { border-color: #C700CE; }
span { border-color: rgb(199,0,206); }
td.TdClassName
{
border-color: #C700CE;
}
.TagClassName
{
border-color: #C700CE;
}
</style>