Shades of Deep Magenta #CD00CC
Tints of Deep Magenta #CD00CC
RGB
CMYK
RGB Variations
Color information
#CD00CC (or 0xCD00CC) is known color: Deep Magenta. HEX triplet: CD, 00 and CC. RGB value is (205,0,204). Sum of RGB (Red+Green+Blue) = 205+0+204=409 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.12% from 409); Green value is 0 (0.39% from 255 or 0% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 205 - color contains mainly: red. Hex color #CD00CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD00CC is #32FF33. Grayscale: #535353. Windows color (decimal): -3342132 or 13369549. OLE color: 13369549.
HSL color Cylindrical-coordinate representation of color #CD00CC: hue angle of 300.29º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD00CC is Cyan = 0, Magento = 1, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 0 | 204 | - |
| CMYK | 0 | 1 | 0.00 | 0.20 |
| HSL | 300.29º | 1% | 0.4% | - |
| HSV(B) | 300.29º | 1% | 0.8% | - |
| XYZ | 36.08 | 17.34 | 58.57 | - |
| YUV | 84.55 | 195.42 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 0 | 204 | 0 | 1 | 0.00 | 0.20 | 300.29 | 1 | 0.4 |
| Hex | CD | 0 | CC | 0 | 64 | 0 | 14 | 12C | 64 | 28 |
| Octal | 315 | 0 | 314 | 0 | 144 | 0 | 24 | 454 | 144 | 50 |
| Binary | 11001101 | 0 | 11001100 | 0 | 1100100 | 0 | 10100 | 100101100 | 1100100 | 101000 |
Color Harmonies of #CD00CC
Complementary color
Monochromatic Colors of #CD00CC
Black with #CD00CC
Text Example
Text Example
White with #CD00CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD00CC; }
p { color: rgb(205,0,204); }
H1.HeaderClassName
{
color: #CD00CC;
}
.AnyTagClassName
{
color: #CD00CC;
}
</style>
background-color css
<style>
a { background-color: #CD00CC; }
a { background-color: rgb(205,0,204); }
div.DivClassName
{
background-color: #CD00CC;
}
.BgClassName
{
background-color: #CD00CC;
}
</style>
border-color css
<style>
span { border-color: #CD00CC; }
span { border-color: rgb(205,0,204); }
td.TdClassName
{
border-color: #CD00CC;
}
.TagClassName
{
border-color: #CD00CC;
}
</style>