Shades of Deep Magenta #C700DD
Tints of Deep Magenta #C700DD
RGB
CMYK
RGB Variations
Color information
#C700DD (or 0xC700DD) is known color: Deep Magenta. HEX triplet: C7, 00 and DD. RGB value is (199,0,221). Sum of RGB (Red+Green+Blue) = 199+0+221=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 0 (0.39% from 255 or 0% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #C700DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C700DD is #38FF22. Grayscale: #545454. Windows color (decimal): -3735331 or 14483655. OLE color: 14483655.
HSL color Cylindrical-coordinate representation of color #C700DD: hue angle of 294.03º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C700DD is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 0 | 221 | - |
| CMYK | 0.10 | 1 | 0 | 0.13 |
| HSL | 294.03º | 1% | 0.43% | - |
| HSV(B) | 294.03º | 1% | 0.87% | - |
| XYZ | 36.6 | 17.36 | 69.83 | - |
| YUV | 84.7 | 204.93 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 221 | 0.10 | 1 | 0 | 0.13 | 294.03 | 1 | 0.43 |
| Hex | C7 | 0 | DD | A | 64 | 0 | D | 126 | 64 | 2B |
| Octal | 307 | 0 | 335 | 12 | 144 | 0 | 15 | 446 | 144 | 53 |
| Binary | 11000111 | 0 | 11011101 | 1010 | 1100100 | 0 | 1101 | 100100110 | 1100100 | 101011 |
Color Harmonies of #C700DD
Complementary color
Monochromatic Colors of #C700DD
Black with #C700DD
Text Example
Text Example
White with #C700DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C700DD; }
p { color: rgb(199,0,221); }
H1.HeaderClassName
{
color: #C700DD;
}
.AnyTagClassName
{
color: #C700DD;
}
</style>
background-color css
<style>
a { background-color: #C700DD; }
a { background-color: rgb(199,0,221); }
div.DivClassName
{
background-color: #C700DD;
}
.BgClassName
{
background-color: #C700DD;
}
</style>
border-color css
<style>
span { border-color: #C700DD; }
span { border-color: rgb(199,0,221); }
td.TdClassName
{
border-color: #C700DD;
}
.TagClassName
{
border-color: #C700DD;
}
</style>