Shades of Deep Magenta #CC26DC
Tints of Deep Magenta #CC26DC
RGB
CMYK
RGB Variations
Color information
#CC26DC (or 0xCC26DC) is known color: Deep Magenta. HEX triplet: CC, 26 and DC. RGB value is (204,38,220). Sum of RGB (Red+Green+Blue) = 204+38+220=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 38 (15.23% from 255 or 8.23% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC26DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC26DC is #33D923. Grayscale: #6B6B6B. Windows color (decimal): -3397924 or 14427852. OLE color: 14427852.
HSL color Cylindrical-coordinate representation of color #CC26DC: hue angle of 294.73º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC26DC is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 38 | 220 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.14 |
| HSL | 294.73º | 0.72% | 0.51% | - |
| HSV(B) | 294.73º | 0.83% | 0.86% | - |
| XYZ | 38.51 | 19.39 | 69.42 | - |
| YUV | 108.38 | 191 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 220 | 0.07 | 0.83 | 0 | 0.14 | 294.73 | 0.72 | 0.51 |
| Hex | CC | 26 | DC | 7 | 53 | 0 | E | 127 | 48 | 33 |
| Octal | 314 | 46 | 334 | 7 | 123 | 0 | 16 | 447 | 110 | 63 |
| Binary | 11001100 | 100110 | 11011100 | 111 | 1010011 | 0 | 1110 | 100100111 | 1001000 | 110011 |
Color Harmonies of #CC26DC
Complementary color
Monochromatic Colors of #CC26DC
Black with #CC26DC
Text Example
Text Example
White with #CC26DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC26DC; }
p { color: rgb(204,38,220); }
H1.HeaderClassName
{
color: #CC26DC;
}
.AnyTagClassName
{
color: #CC26DC;
}
</style>
background-color css
<style>
a { background-color: #CC26DC; }
a { background-color: rgb(204,38,220); }
div.DivClassName
{
background-color: #CC26DC;
}
.BgClassName
{
background-color: #CC26DC;
}
</style>
border-color css
<style>
span { border-color: #CC26DC; }
span { border-color: rgb(204,38,220); }
td.TdClassName
{
border-color: #CC26DC;
}
.TagClassName
{
border-color: #CC26DC;
}
</style>