Shades of Deep Magenta #CC1ADD
Tints of Deep Magenta #CC1ADD
RGB
CMYK
RGB Variations
Color information
#CC1ADD (or 0xCC1ADD) is known color: Deep Magenta. HEX triplet: CC, 1A and DD. RGB value is (204,26,221). Sum of RGB (Red+Green+Blue) = 204+26+221=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 26 (10.55% from 255 or 5.76% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC1ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1ADD is #33E522. Grayscale: #646464. Windows color (decimal): -3400995 or 14490316. OLE color: 14490316.
HSL color Cylindrical-coordinate representation of color #CC1ADD: hue angle of 294.77º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1ADD is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 26 | 221 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.13 |
| HSL | 294.77º | 0.79% | 0.48% | - |
| HSV(B) | 294.77º | 0.88% | 0.87% | - |
| XYZ | 38.32 | 18.8 | 70.01 | - |
| YUV | 101.45 | 195.47 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 26 | 221 | 0.08 | 0.88 | 0 | 0.13 | 294.77 | 0.79 | 0.48 |
| Hex | CC | 1A | DD | 8 | 58 | 0 | D | 127 | 4F | 30 |
| Octal | 314 | 32 | 335 | 10 | 130 | 0 | 15 | 447 | 117 | 60 |
| Binary | 11001100 | 11010 | 11011101 | 1000 | 1011000 | 0 | 1101 | 100100111 | 1001111 | 110000 |
Color Harmonies of #CC1ADD
Complementary color
Monochromatic Colors of #CC1ADD
Black with #CC1ADD
Text Example
Text Example
White with #CC1ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1ADD; }
p { color: rgb(204,26,221); }
H1.HeaderClassName
{
color: #CC1ADD;
}
.AnyTagClassName
{
color: #CC1ADD;
}
</style>
background-color css
<style>
a { background-color: #CC1ADD; }
a { background-color: rgb(204,26,221); }
div.DivClassName
{
background-color: #CC1ADD;
}
.BgClassName
{
background-color: #CC1ADD;
}
</style>
border-color css
<style>
span { border-color: #CC1ADD; }
span { border-color: rgb(204,26,221); }
td.TdClassName
{
border-color: #CC1ADD;
}
.TagClassName
{
border-color: #CC1ADD;
}
</style>