Shades of Deep Magenta #CD1CCD
Tints of Deep Magenta #CD1CCD
RGB
CMYK
RGB Variations
Color information
#CD1CCD (or 0xCD1CCD) is known color: Deep Magenta. HEX triplet: CD, 1C and CD. RGB value is (205,28,205). Sum of RGB (Red+Green+Blue) = 205+28+205=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 28 (11.33% from 255 or 6.39% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CD1CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD1CCD is #32E332. Grayscale: #646464. Windows color (decimal): -3334963 or 13442253. OLE color: 13442253.
HSL color Cylindrical-coordinate representation of color #CD1CCD: hue angle of 300º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD1CCD is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 28 | 205 | - |
| CMYK | 0 | 0.86 | 0 | 0.20 |
| HSL | 300º | 0.76% | 0.46% | - |
| HSV(B) | 300º | 0.86% | 0.8% | - |
| XYZ | 36.61 | 18.22 | 59.34 | - |
| YUV | 101.1 | 186.64 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 28 | 205 | 0 | 0.86 | 0 | 0.20 | 300 | 0.76 | 0.46 |
| Hex | CD | 1C | CD | 0 | 56 | 0 | 14 | 12C | 4C | 2E |
| Octal | 315 | 34 | 315 | 0 | 126 | 0 | 24 | 454 | 114 | 56 |
| Binary | 11001101 | 11100 | 11001101 | 0 | 1010110 | 0 | 10100 | 100101100 | 1001100 | 101110 |
Color Harmonies of #CD1CCD
Complementary color
Monochromatic Colors of #CD1CCD
Black with #CD1CCD
Text Example
Text Example
White with #CD1CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1CCD; }
p { color: rgb(205,28,205); }
H1.HeaderClassName
{
color: #CD1CCD;
}
.AnyTagClassName
{
color: #CD1CCD;
}
</style>
background-color css
<style>
a { background-color: #CD1CCD; }
a { background-color: rgb(205,28,205); }
div.DivClassName
{
background-color: #CD1CCD;
}
.BgClassName
{
background-color: #CD1CCD;
}
</style>
border-color css
<style>
span { border-color: #CD1CCD; }
span { border-color: rgb(205,28,205); }
td.TdClassName
{
border-color: #CD1CCD;
}
.TagClassName
{
border-color: #CD1CCD;
}
</style>