Shades of Deep Magenta #CC28DD
Tints of Deep Magenta #CC28DD
RGB
CMYK
RGB Variations
Color information
#CC28DD (or 0xCC28DD) is known color: Deep Magenta. HEX triplet: CC, 28 and DD. RGB value is (204,40,221). Sum of RGB (Red+Green+Blue) = 204+40+221=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 40 (16.02% from 255 or 8.60% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC28DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC28DD is #33D722. Grayscale: #6D6D6D. Windows color (decimal): -3397411 or 14493900. OLE color: 14493900.
HSL color Cylindrical-coordinate representation of color #CC28DD: hue angle of 294.36º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC28DD is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 40 | 221 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.13 |
| HSL | 294.36º | 0.73% | 0.51% | - |
| HSV(B) | 294.36º | 0.82% | 0.87% | - |
| XYZ | 38.71 | 19.58 | 70.14 | - |
| YUV | 109.67 | 190.83 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 221 | 0.08 | 0.82 | 0 | 0.13 | 294.36 | 0.73 | 0.51 |
| Hex | CC | 28 | DD | 8 | 52 | 0 | D | 126 | 49 | 33 |
| Octal | 314 | 50 | 335 | 10 | 122 | 0 | 15 | 446 | 111 | 63 |
| Binary | 11001100 | 101000 | 11011101 | 1000 | 1010010 | 0 | 1101 | 100100110 | 1001001 | 110011 |
Color Harmonies of #CC28DD
Complementary color
Monochromatic Colors of #CC28DD
Black with #CC28DD
Text Example
Text Example
White with #CC28DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC28DD; }
p { color: rgb(204,40,221); }
H1.HeaderClassName
{
color: #CC28DD;
}
.AnyTagClassName
{
color: #CC28DD;
}
</style>
background-color css
<style>
a { background-color: #CC28DD; }
a { background-color: rgb(204,40,221); }
div.DivClassName
{
background-color: #CC28DD;
}
.BgClassName
{
background-color: #CC28DD;
}
</style>
border-color css
<style>
span { border-color: #CC28DD; }
span { border-color: rgb(204,40,221); }
td.TdClassName
{
border-color: #CC28DD;
}
.TagClassName
{
border-color: #CC28DD;
}
</style>