Shades of Deep Magenta #C700DB
Tints of Deep Magenta #C700DB
RGB
CMYK
RGB Variations
Color information
#C700DB (or 0xC700DB) is known color: Deep Magenta. HEX triplet: C7, 00 and DB. RGB value is (199,0,219). Sum of RGB (Red+Green+Blue) = 199+0+219=418 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.61% from 418); Green value is 0 (0.39% from 255 or 0% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #C700DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C700DB is #38FF24. Grayscale: #535353. Windows color (decimal): -3735333 or 14352583. OLE color: 14352583.
HSL color Cylindrical-coordinate representation of color #C700DB: hue angle of 294.52º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C700DB is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 0 | 219 | - |
| CMYK | 0.09 | 1 | 0 | 0.14 |
| HSL | 294.52º | 1% | 0.43% | - |
| HSV(B) | 294.52º | 1% | 0.86% | - |
| XYZ | 36.34 | 17.26 | 68.43 | - |
| YUV | 84.47 | 203.93 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 219 | 0.09 | 1 | 0 | 0.14 | 294.52 | 1 | 0.43 |
| Hex | C7 | 0 | DB | 9 | 64 | 0 | E | 127 | 64 | 2B |
| Octal | 307 | 0 | 333 | 11 | 144 | 0 | 16 | 447 | 144 | 53 |
| Binary | 11000111 | 0 | 11011011 | 1001 | 1100100 | 0 | 1110 | 100100111 | 1100100 | 101011 |
Color Harmonies of #C700DB
Complementary color
Monochromatic Colors of #C700DB
Black with #C700DB
Text Example
Text Example
White with #C700DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C700DB; }
p { color: rgb(199,0,219); }
H1.HeaderClassName
{
color: #C700DB;
}
.AnyTagClassName
{
color: #C700DB;
}
</style>
background-color css
<style>
a { background-color: #C700DB; }
a { background-color: rgb(199,0,219); }
div.DivClassName
{
background-color: #C700DB;
}
.BgClassName
{
background-color: #C700DB;
}
</style>
border-color css
<style>
span { border-color: #C700DB; }
span { border-color: rgb(199,0,219); }
td.TdClassName
{
border-color: #C700DB;
}
.TagClassName
{
border-color: #C700DB;
}
</style>