Shades of Deep Magenta #CC26D1
Tints of Deep Magenta #CC26D1
RGB
CMYK
RGB Variations
Color information
#CC26D1 (or 0xCC26D1) is known color: Deep Magenta. HEX triplet: CC, 26 and D1. RGB value is (204,38,209). Sum of RGB (Red+Green+Blue) = 204+38+209=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 38 (15.23% from 255 or 8.43% from 451); Blue value is 209 (82.03% from 255 or 46.34% from 451); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC26D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC26D1 is #33D92E. Grayscale: #6A6A6A. Windows color (decimal): -3397935 or 13706956. OLE color: 13706956.
HSL color Cylindrical-coordinate representation of color #CC26D1: hue angle of 298.25º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC26D1 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 38 | 209 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.18 |
| HSL | 298.25º | 0.69% | 0.48% | - |
| HSV(B) | 298.25º | 0.82% | 0.82% | - |
| XYZ | 37.1 | 18.83 | 62 | - |
| YUV | 107.13 | 185.5 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 209 | 0.02 | 0.82 | 0 | 0.18 | 298.25 | 0.69 | 0.48 |
| Hex | CC | 26 | D1 | 2 | 52 | 0 | 12 | 12A | 45 | 30 |
| Octal | 314 | 46 | 321 | 2 | 122 | 0 | 22 | 452 | 105 | 60 |
| Binary | 11001100 | 100110 | 11010001 | 10 | 1010010 | 0 | 10010 | 100101010 | 1000101 | 110000 |
Color Harmonies of #CC26D1
Complementary color
Monochromatic Colors of #CC26D1
Black with #CC26D1
Text Example
Text Example
White with #CC26D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC26D1; }
p { color: rgb(204,38,209); }
H1.HeaderClassName
{
color: #CC26D1;
}
.AnyTagClassName
{
color: #CC26D1;
}
</style>
background-color css
<style>
a { background-color: #CC26D1; }
a { background-color: rgb(204,38,209); }
div.DivClassName
{
background-color: #CC26D1;
}
.BgClassName
{
background-color: #CC26D1;
}
</style>
border-color css
<style>
span { border-color: #CC26D1; }
span { border-color: rgb(204,38,209); }
td.TdClassName
{
border-color: #CC26D1;
}
.TagClassName
{
border-color: #CC26D1;
}
</style>