Shades of Deep Magenta #CC26B7
Tints of Deep Magenta #CC26B7
RGB
CMYK
RGB Variations
Color information
#CC26B7 (or 0xCC26B7) is known color: Deep Magenta. HEX triplet: CC, 26 and B7. RGB value is (204,38,183). Sum of RGB (Red+Green+Blue) = 204+38+183=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 38 (15.23% from 255 or 8.94% from 425); Blue value is 183 (71.88% from 255 or 43.06% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC26B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC26B7 is #33D948. Grayscale: #676767. Windows color (decimal): -3397961 or 12003020. OLE color: 12003020.
HSL color Cylindrical-coordinate representation of color #CC26B7: hue angle of 307.59º 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 #CC26B7 is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 183 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.2 |
| HSL | 307.59º | 0.69% | 0.47% | - |
| HSV(B) | 307.59º | 0.81% | 0.8% | - |
| XYZ | 34.14 | 17.64 | 46.41 | - |
| YUV | 104.16 | 172.5 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 183 | 0 | 0.81 | 0.10 | 0.2 | 307.59 | 0.69 | 0.47 |
| Hex | CC | 26 | B7 | 0 | 51 | A | 14 | 134 | 45 | 2F |
| Octal | 314 | 46 | 267 | 0 | 121 | 12 | 24 | 464 | 105 | 57 |
| Binary | 11001100 | 100110 | 10110111 | 0 | 1010001 | 1010 | 10100 | 100110100 | 1000101 | 101111 |
Color Harmonies of #CC26B7
Complementary color
Monochromatic Colors of #CC26B7
Black with #CC26B7
Text Example
Text Example
White with #CC26B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC26B7; }
p { color: rgb(204,38,183); }
H1.HeaderClassName
{
color: #CC26B7;
}
.AnyTagClassName
{
color: #CC26B7;
}
</style>
background-color css
<style>
a { background-color: #CC26B7; }
a { background-color: rgb(204,38,183); }
div.DivClassName
{
background-color: #CC26B7;
}
.BgClassName
{
background-color: #CC26B7;
}
</style>
border-color css
<style>
span { border-color: #CC26B7; }
span { border-color: rgb(204,38,183); }
td.TdClassName
{
border-color: #CC26B7;
}
.TagClassName
{
border-color: #CC26B7;
}
</style>