Shades of Deep Magenta #C007DF
Tints of Deep Magenta #C007DF
RGB
CMYK
RGB Variations
Color information
#C007DF (or 0xC007DF) is known color: Deep Magenta. HEX triplet: C0, 07 and DF. RGB value is (192,7,223). Sum of RGB (Red+Green+Blue) = 192+7+223=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 7 (3.12% from 255 or 1.66% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #C007DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C007DF is #3FF820. Grayscale: #565656. Windows color (decimal): -4192289 or 14616512. OLE color: 14616512.
HSL color Cylindrical-coordinate representation of color #C007DF: hue angle of 291.39º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C007DF is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 7 | 223 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.13 |
| HSL | 291.39º | 0.94% | 0.45% | - |
| HSV(B) | 291.39º | 0.97% | 0.87% | - |
| XYZ | 35.13 | 16.69 | 71.18 | - |
| YUV | 86.94 | 204.79 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 7 | 223 | 0.14 | 0.97 | 0 | 0.13 | 291.39 | 0.94 | 0.45 |
| Hex | C0 | 7 | DF | E | 61 | 0 | D | 123 | 5E | 2D |
| Octal | 300 | 7 | 337 | 16 | 141 | 0 | 15 | 443 | 136 | 55 |
| Binary | 11000000 | 111 | 11011111 | 1110 | 1100001 | 0 | 1101 | 100100011 | 1011110 | 101101 |
Color Harmonies of #C007DF
Complementary color
Monochromatic Colors of #C007DF
Black with #C007DF
Text Example
Text Example
White with #C007DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C007DF; }
p { color: rgb(192,7,223); }
H1.HeaderClassName
{
color: #C007DF;
}
.AnyTagClassName
{
color: #C007DF;
}
</style>
background-color css
<style>
a { background-color: #C007DF; }
a { background-color: rgb(192,7,223); }
div.DivClassName
{
background-color: #C007DF;
}
.BgClassName
{
background-color: #C007DF;
}
</style>
border-color css
<style>
span { border-color: #C007DF; }
span { border-color: rgb(192,7,223); }
td.TdClassName
{
border-color: #C007DF;
}
.TagClassName
{
border-color: #C007DF;
}
</style>