Shades of Deep Magenta #CD07CC
Tints of Deep Magenta #CD07CC
RGB
CMYK
RGB Variations
Color information
#CD07CC (or 0xCD07CC) is known color: Deep Magenta. HEX triplet: CD, 07 and CC. RGB value is (205,7,204). Sum of RGB (Red+Green+Blue) = 205+7+204=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 7 (3.12% from 255 or 1.68% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 205 - color contains mainly: red. Hex color #CD07CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD07CC is #32F833. Grayscale: #585858. Windows color (decimal): -3340340 or 13371341. OLE color: 13371341.
HSL color Cylindrical-coordinate representation of color #CD07CC: hue angle of 300.3º 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 #CD07CC is Cyan = 0, Magento = 0.97, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 7 | 204 | - |
| CMYK | 0 | 0.97 | 0.00 | 0.20 |
| HSL | 300.3º | 0.93% | 0.42% | - |
| HSV(B) | 300.3º | 0.97% | 0.8% | - |
| XYZ | 36.15 | 17.49 | 58.6 | - |
| YUV | 88.66 | 193.1 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 7 | 204 | 0 | 0.97 | 0.00 | 0.20 | 300.3 | 0.93 | 0.42 |
| Hex | CD | 7 | CC | 0 | 61 | 0 | 14 | 12C | 5D | 2A |
| Octal | 315 | 7 | 314 | 0 | 141 | 0 | 24 | 454 | 135 | 52 |
| Binary | 11001101 | 111 | 11001100 | 0 | 1100001 | 0 | 10100 | 100101100 | 1011101 | 101010 |
Color Harmonies of #CD07CC
Complementary color
Monochromatic Colors of #CD07CC
Black with #CD07CC
Text Example
Text Example
White with #CD07CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD07CC; }
p { color: rgb(205,7,204); }
H1.HeaderClassName
{
color: #CD07CC;
}
.AnyTagClassName
{
color: #CD07CC;
}
</style>
background-color css
<style>
a { background-color: #CD07CC; }
a { background-color: rgb(205,7,204); }
div.DivClassName
{
background-color: #CD07CC;
}
.BgClassName
{
background-color: #CD07CC;
}
</style>
border-color css
<style>
span { border-color: #CD07CC; }
span { border-color: rgb(205,7,204); }
td.TdClassName
{
border-color: #CD07CC;
}
.TagClassName
{
border-color: #CD07CC;
}
</style>