Shades of Deep Magenta #CC1DDC
Tints of Deep Magenta #CC1DDC
RGB
CMYK
RGB Variations
Color information
#CC1DDC (or 0xCC1DDC) is known color: Deep Magenta. HEX triplet: CC, 1D and DC. RGB value is (204,29,220). Sum of RGB (Red+Green+Blue) = 204+29+220=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 29 (11.72% from 255 or 6.40% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC1DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1DDC is #33E223. Grayscale: #666666. Windows color (decimal): -3400228 or 14425548. OLE color: 14425548.
HSL color Cylindrical-coordinate representation of color #CC1DDC: hue angle of 294.97º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1DDC is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 29 | 220 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.14 |
| HSL | 294.97º | 0.77% | 0.49% | - |
| HSV(B) | 294.97º | 0.87% | 0.86% | - |
| XYZ | 38.26 | 18.88 | 69.34 | - |
| YUV | 103.1 | 193.98 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 29 | 220 | 0.07 | 0.87 | 0 | 0.14 | 294.97 | 0.77 | 0.49 |
| Hex | CC | 1D | DC | 7 | 57 | 0 | E | 127 | 4D | 31 |
| Octal | 314 | 35 | 334 | 7 | 127 | 0 | 16 | 447 | 115 | 61 |
| Binary | 11001100 | 11101 | 11011100 | 111 | 1010111 | 0 | 1110 | 100100111 | 1001101 | 110001 |
Color Harmonies of #CC1DDC
Complementary color
Monochromatic Colors of #CC1DDC
Black with #CC1DDC
Text Example
Text Example
White with #CC1DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1DDC; }
p { color: rgb(204,29,220); }
H1.HeaderClassName
{
color: #CC1DDC;
}
.AnyTagClassName
{
color: #CC1DDC;
}
</style>
background-color css
<style>
a { background-color: #CC1DDC; }
a { background-color: rgb(204,29,220); }
div.DivClassName
{
background-color: #CC1DDC;
}
.BgClassName
{
background-color: #CC1DDC;
}
</style>
border-color css
<style>
span { border-color: #CC1DDC; }
span { border-color: rgb(204,29,220); }
td.TdClassName
{
border-color: #CC1DDC;
}
.TagClassName
{
border-color: #CC1DDC;
}
</style>