Shades of Deep Magenta #CC26BB
Tints of Deep Magenta #CC26BB
RGB
CMYK
RGB Variations
Color information
#CC26BB (or 0xCC26BB) is known color: Deep Magenta. HEX triplet: CC, 26 and BB. RGB value is (204,38,187). Sum of RGB (Red+Green+Blue) = 204+38+187=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 38 (15.23% from 255 or 8.86% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC26BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC26BB is #33D944. Grayscale: #686868. Windows color (decimal): -3397957 or 12265164. OLE color: 12265164.
HSL color Cylindrical-coordinate representation of color #CC26BB: hue angle of 306.14º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC26BB is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 187 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.2 |
| HSL | 306.14º | 0.69% | 0.47% | - |
| HSV(B) | 306.14º | 0.81% | 0.8% | - |
| XYZ | 34.56 | 17.81 | 48.63 | - |
| YUV | 104.62 | 174.5 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 187 | 0 | 0.81 | 0.08 | 0.2 | 306.14 | 0.69 | 0.47 |
| Hex | CC | 26 | BB | 0 | 51 | 8 | 14 | 132 | 45 | 2F |
| Octal | 314 | 46 | 273 | 0 | 121 | 10 | 24 | 462 | 105 | 57 |
| Binary | 11001100 | 100110 | 10111011 | 0 | 1010001 | 1000 | 10100 | 100110010 | 1000101 | 101111 |
Color Harmonies of #CC26BB
Complementary color
Monochromatic Colors of #CC26BB
Black with #CC26BB
Text Example
Text Example
White with #CC26BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC26BB; }
p { color: rgb(204,38,187); }
H1.HeaderClassName
{
color: #CC26BB;
}
.AnyTagClassName
{
color: #CC26BB;
}
</style>
background-color css
<style>
a { background-color: #CC26BB; }
a { background-color: rgb(204,38,187); }
div.DivClassName
{
background-color: #CC26BB;
}
.BgClassName
{
background-color: #CC26BB;
}
</style>
border-color css
<style>
span { border-color: #CC26BB; }
span { border-color: rgb(204,38,187); }
td.TdClassName
{
border-color: #CC26BB;
}
.TagClassName
{
border-color: #CC26BB;
}
</style>