Shades of Deep Magenta #CC05B7
Tints of Deep Magenta #CC05B7
RGB
CMYK
RGB Variations
Color information
#CC05B7 (or 0xCC05B7) is known color: Deep Magenta. HEX triplet: CC, 05 and B7. RGB value is (204,5,183). Sum of RGB (Red+Green+Blue) = 204+5+183=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 5 (2.34% from 255 or 1.28% from 392); Blue value is 183 (71.88% from 255 or 46.68% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC05B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC05B7 is #33FA48. Grayscale: #545454. Windows color (decimal): -3406409 or 11994572. OLE color: 11994572.
HSL color Cylindrical-coordinate representation of color #CC05B7: hue angle of 306.33º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC05B7 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 5 | 183 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.2 |
| HSL | 306.33º | 0.95% | 0.41% | - |
| HSV(B) | 306.33º | 0.98% | 0.8% | - |
| XYZ | 33.5 | 16.36 | 46.19 | - |
| YUV | 84.79 | 183.43 | 213.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 5 | 183 | 0 | 0.98 | 0.10 | 0.2 | 306.33 | 0.95 | 0.41 |
| Hex | CC | 5 | B7 | 0 | 62 | A | 14 | 132 | 5F | 29 |
| Octal | 314 | 5 | 267 | 0 | 142 | 12 | 24 | 462 | 137 | 51 |
| Binary | 11001100 | 101 | 10110111 | 0 | 1100010 | 1010 | 10100 | 100110010 | 1011111 | 101001 |
Color Harmonies of #CC05B7
Complementary color
Monochromatic Colors of #CC05B7
Black with #CC05B7
Text Example
Text Example
White with #CC05B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC05B7; }
p { color: rgb(204,5,183); }
H1.HeaderClassName
{
color: #CC05B7;
}
.AnyTagClassName
{
color: #CC05B7;
}
</style>
background-color css
<style>
a { background-color: #CC05B7; }
a { background-color: rgb(204,5,183); }
div.DivClassName
{
background-color: #CC05B7;
}
.BgClassName
{
background-color: #CC05B7;
}
</style>
border-color css
<style>
span { border-color: #CC05B7; }
span { border-color: rgb(204,5,183); }
td.TdClassName
{
border-color: #CC05B7;
}
.TagClassName
{
border-color: #CC05B7;
}
</style>