Shades of Deep Magenta #CC28DE
Tints of Deep Magenta #CC28DE
RGB
CMYK
RGB Variations
Color information
#CC28DE (or 0xCC28DE) is known color: Deep Magenta. HEX triplet: CC, 28 and DE. RGB value is (204,40,222). Sum of RGB (Red+Green+Blue) = 204+40+222=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 40 (16.02% from 255 or 8.58% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC28DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC28DE is #33D721. Grayscale: #6D6D6D. Windows color (decimal): -3397410 or 14559436. OLE color: 14559436.
HSL color Cylindrical-coordinate representation of color #CC28DE: hue angle of 294.07º 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 #CC28DE is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 40 | 222 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.13 |
| HSL | 294.07º | 0.73% | 0.51% | - |
| HSV(B) | 294.07º | 0.82% | 0.87% | - |
| XYZ | 38.85 | 19.63 | 70.85 | - |
| YUV | 109.78 | 191.33 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 222 | 0.08 | 0.82 | 0 | 0.13 | 294.07 | 0.73 | 0.51 |
| Hex | CC | 28 | DE | 8 | 52 | 0 | D | 126 | 49 | 33 |
| Octal | 314 | 50 | 336 | 10 | 122 | 0 | 15 | 446 | 111 | 63 |
| Binary | 11001100 | 101000 | 11011110 | 1000 | 1010010 | 0 | 1101 | 100100110 | 1001001 | 110011 |
Color Harmonies of #CC28DE
Complementary color
Monochromatic Colors of #CC28DE
Black with #CC28DE
Text Example
Text Example
White with #CC28DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC28DE; }
p { color: rgb(204,40,222); }
H1.HeaderClassName
{
color: #CC28DE;
}
.AnyTagClassName
{
color: #CC28DE;
}
</style>
background-color css
<style>
a { background-color: #CC28DE; }
a { background-color: rgb(204,40,222); }
div.DivClassName
{
background-color: #CC28DE;
}
.BgClassName
{
background-color: #CC28DE;
}
</style>
border-color css
<style>
span { border-color: #CC28DE; }
span { border-color: rgb(204,40,222); }
td.TdClassName
{
border-color: #CC28DE;
}
.TagClassName
{
border-color: #CC28DE;
}
</style>