Shades of Deep Magenta #CD07DF
Tints of Deep Magenta #CD07DF
RGB
CMYK
RGB Variations
Color information
#CD07DF (or 0xCD07DF) is known color: Deep Magenta. HEX triplet: CD, 07 and DF. RGB value is (205,7,223). Sum of RGB (Red+Green+Blue) = 205+7+223=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 7 (3.12% from 255 or 1.61% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD07DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD07DF is #32F820. Grayscale: #5A5A5A. Windows color (decimal): -3340321 or 14616525. OLE color: 14616525.
HSL color Cylindrical-coordinate representation of color #CD07DF: hue angle of 295º 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 #CD07DF is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 7 | 223 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.13 |
| HSL | 295º | 0.94% | 0.45% | - |
| HSV(B) | 295º | 0.97% | 0.87% | - |
| XYZ | 38.57 | 18.46 | 71.34 | - |
| YUV | 90.83 | 202.6 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 7 | 223 | 0.08 | 0.97 | 0 | 0.13 | 295 | 0.94 | 0.45 |
| Hex | CD | 7 | DF | 8 | 61 | 0 | D | 127 | 5E | 2D |
| Octal | 315 | 7 | 337 | 10 | 141 | 0 | 15 | 447 | 136 | 55 |
| Binary | 11001101 | 111 | 11011111 | 1000 | 1100001 | 0 | 1101 | 100100111 | 1011110 | 101101 |
Color Harmonies of #CD07DF
Complementary color
Monochromatic Colors of #CD07DF
Black with #CD07DF
Text Example
Text Example
White with #CD07DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD07DF; }
p { color: rgb(205,7,223); }
H1.HeaderClassName
{
color: #CD07DF;
}
.AnyTagClassName
{
color: #CD07DF;
}
</style>
background-color css
<style>
a { background-color: #CD07DF; }
a { background-color: rgb(205,7,223); }
div.DivClassName
{
background-color: #CD07DF;
}
.BgClassName
{
background-color: #CD07DF;
}
</style>
border-color css
<style>
span { border-color: #CD07DF; }
span { border-color: rgb(205,7,223); }
td.TdClassName
{
border-color: #CD07DF;
}
.TagClassName
{
border-color: #CD07DF;
}
</style>