Shades of Deep Magenta #CD07C7
Tints of Deep Magenta #CD07C7
RGB
CMYK
RGB Variations
Color information
#CD07C7 (or 0xCD07C7) is known color: Deep Magenta. HEX triplet: CD, 07 and C7. RGB value is (205,7,199). Sum of RGB (Red+Green+Blue) = 205+7+199=411 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.88% from 411); Green value is 7 (3.12% from 255 or 1.70% from 411); Blue value is 199 (78.12% from 255 or 48.42% from 411); Max value from RGB is 205 - color contains mainly: red. Hex color #CD07C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD07C7 is #32F838. Grayscale: #575757. Windows color (decimal): -3340345 or 13043661. OLE color: 13043661.
HSL color Cylindrical-coordinate representation of color #CD07C7: hue angle of 301.82º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CD07C7 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 7 | 199 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.20 |
| HSL | 301.82º | 0.93% | 0.42% | - |
| HSV(B) | 301.82º | 0.97% | 0.8% | - |
| XYZ | 35.56 | 17.25 | 55.49 | - |
| YUV | 88.09 | 190.6 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 7 | 199 | 0 | 0.97 | 0.03 | 0.20 | 301.82 | 0.93 | 0.42 |
| Hex | CD | 7 | C7 | 0 | 61 | 3 | 14 | 12E | 5D | 2A |
| Octal | 315 | 7 | 307 | 0 | 141 | 3 | 24 | 456 | 135 | 52 |
| Binary | 11001101 | 111 | 11000111 | 0 | 1100001 | 11 | 10100 | 100101110 | 1011101 | 101010 |
Color Harmonies of #CD07C7
Complementary color
Monochromatic Colors of #CD07C7
Black with #CD07C7
Text Example
Text Example
White with #CD07C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD07C7; }
p { color: rgb(205,7,199); }
H1.HeaderClassName
{
color: #CD07C7;
}
.AnyTagClassName
{
color: #CD07C7;
}
</style>
background-color css
<style>
a { background-color: #CD07C7; }
a { background-color: rgb(205,7,199); }
div.DivClassName
{
background-color: #CD07C7;
}
.BgClassName
{
background-color: #CD07C7;
}
</style>
border-color css
<style>
span { border-color: #CD07C7; }
span { border-color: rgb(205,7,199); }
td.TdClassName
{
border-color: #CD07C7;
}
.TagClassName
{
border-color: #CD07C7;
}
</style>