Shades of Deep Magenta #CC26B9
Tints of Deep Magenta #CC26B9
RGB
CMYK
RGB Variations
Color information
#CC26B9 (or 0xCC26B9) is known color: Deep Magenta. HEX triplet: CC, 26 and B9. RGB value is (204,38,185). Sum of RGB (Red+Green+Blue) = 204+38+185=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 38 (15.23% from 255 or 8.90% from 427); Blue value is 185 (72.66% from 255 or 43.33% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC26B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC26B9 is #33D946. Grayscale: #676767. Windows color (decimal): -3397959 or 12134092. OLE color: 12134092.
HSL color Cylindrical-coordinate representation of color #CC26B9: hue angle of 306.87º 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 #CC26B9 is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 185 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.2 |
| HSL | 306.87º | 0.69% | 0.47% | - |
| HSV(B) | 306.87º | 0.81% | 0.8% | - |
| XYZ | 34.35 | 17.73 | 47.51 | - |
| YUV | 104.39 | 173.5 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 185 | 0 | 0.81 | 0.09 | 0.2 | 306.87 | 0.69 | 0.47 |
| Hex | CC | 26 | B9 | 0 | 51 | 9 | 14 | 133 | 45 | 2F |
| Octal | 314 | 46 | 271 | 0 | 121 | 11 | 24 | 463 | 105 | 57 |
| Binary | 11001100 | 100110 | 10111001 | 0 | 1010001 | 1001 | 10100 | 100110011 | 1000101 | 101111 |
Color Harmonies of #CC26B9
Complementary color
Monochromatic Colors of #CC26B9
Black with #CC26B9
Text Example
Text Example
White with #CC26B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC26B9; }
p { color: rgb(204,38,185); }
H1.HeaderClassName
{
color: #CC26B9;
}
.AnyTagClassName
{
color: #CC26B9;
}
</style>
background-color css
<style>
a { background-color: #CC26B9; }
a { background-color: rgb(204,38,185); }
div.DivClassName
{
background-color: #CC26B9;
}
.BgClassName
{
background-color: #CC26B9;
}
</style>
border-color css
<style>
span { border-color: #CC26B9; }
span { border-color: rgb(204,38,185); }
td.TdClassName
{
border-color: #CC26B9;
}
.TagClassName
{
border-color: #CC26B9;
}
</style>