Shades of Deep Magenta #C707DB
Tints of Deep Magenta #C707DB
RGB
CMYK
RGB Variations
Color information
#C707DB (or 0xC707DB) is known color: Deep Magenta. HEX triplet: C7, 07 and DB. RGB value is (199,7,219). Sum of RGB (Red+Green+Blue) = 199+7+219=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 7 (3.12% from 255 or 1.65% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #C707DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C707DB is #38F824. Grayscale: #575757. Windows color (decimal): -3733541 or 14354375. OLE color: 14354375.
HSL color Cylindrical-coordinate representation of color #C707DB: hue angle of 294.34º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C707DB is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 7 | 219 | - |
| CMYK | 0.09 | 0.97 | 0 | 0.14 |
| HSL | 294.34º | 0.94% | 0.44% | - |
| HSV(B) | 294.34º | 0.97% | 0.86% | - |
| XYZ | 36.42 | 17.41 | 68.46 | - |
| YUV | 88.58 | 201.61 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 7 | 219 | 0.09 | 0.97 | 0 | 0.14 | 294.34 | 0.94 | 0.44 |
| Hex | C7 | 7 | DB | 9 | 61 | 0 | E | 126 | 5E | 2C |
| Octal | 307 | 7 | 333 | 11 | 141 | 0 | 16 | 446 | 136 | 54 |
| Binary | 11000111 | 111 | 11011011 | 1001 | 1100001 | 0 | 1110 | 100100110 | 1011110 | 101100 |
Color Harmonies of #C707DB
Complementary color
Monochromatic Colors of #C707DB
Black with #C707DB
Text Example
Text Example
White with #C707DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C707DB; }
p { color: rgb(199,7,219); }
H1.HeaderClassName
{
color: #C707DB;
}
.AnyTagClassName
{
color: #C707DB;
}
</style>
background-color css
<style>
a { background-color: #C707DB; }
a { background-color: rgb(199,7,219); }
div.DivClassName
{
background-color: #C707DB;
}
.BgClassName
{
background-color: #C707DB;
}
</style>
border-color css
<style>
span { border-color: #C707DB; }
span { border-color: rgb(199,7,219); }
td.TdClassName
{
border-color: #C707DB;
}
.TagClassName
{
border-color: #C707DB;
}
</style>