Shades of Deep Magenta #CC1DDD
Tints of Deep Magenta #CC1DDD
RGB
CMYK
RGB Variations
Color information
#CC1DDD (or 0xCC1DDD) is known color: Deep Magenta. HEX triplet: CC, 1D and DD. RGB value is (204,29,221). Sum of RGB (Red+Green+Blue) = 204+29+221=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 29 (11.72% from 255 or 6.39% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC1DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1DDD is #33E222. Grayscale: #666666. Windows color (decimal): -3400227 or 14491084. OLE color: 14491084.
HSL color Cylindrical-coordinate representation of color #CC1DDD: hue angle of 294.69º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1DDD is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 29 | 221 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.13 |
| HSL | 294.69º | 0.77% | 0.49% | - |
| HSV(B) | 294.69º | 0.87% | 0.87% | - |
| XYZ | 38.39 | 18.94 | 70.04 | - |
| YUV | 103.21 | 194.48 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 29 | 221 | 0.08 | 0.87 | 0 | 0.13 | 294.69 | 0.77 | 0.49 |
| Hex | CC | 1D | DD | 8 | 57 | 0 | D | 127 | 4D | 31 |
| Octal | 314 | 35 | 335 | 10 | 127 | 0 | 15 | 447 | 115 | 61 |
| Binary | 11001100 | 11101 | 11011101 | 1000 | 1010111 | 0 | 1101 | 100100111 | 1001101 | 110001 |
Color Harmonies of #CC1DDD
Complementary color
Monochromatic Colors of #CC1DDD
Black with #CC1DDD
Text Example
Text Example
White with #CC1DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1DDD; }
p { color: rgb(204,29,221); }
H1.HeaderClassName
{
color: #CC1DDD;
}
.AnyTagClassName
{
color: #CC1DDD;
}
</style>
background-color css
<style>
a { background-color: #CC1DDD; }
a { background-color: rgb(204,29,221); }
div.DivClassName
{
background-color: #CC1DDD;
}
.BgClassName
{
background-color: #CC1DDD;
}
</style>
border-color css
<style>
span { border-color: #CC1DDD; }
span { border-color: rgb(204,29,221); }
td.TdClassName
{
border-color: #CC1DDD;
}
.TagClassName
{
border-color: #CC1DDD;
}
</style>