Shades of Deep Magenta #CC1BAF
Tints of Deep Magenta #CC1BAF
RGB
CMYK
RGB Variations
Color information
#CC1BAF (or 0xCC1BAF) is known color: Deep Magenta. HEX triplet: CC, 1B and AF. RGB value is (204,27,175). Sum of RGB (Red+Green+Blue) = 204+27+175=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 27 (10.94% from 255 or 6.65% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1BAF is #33E450. Grayscale: #606060. Windows color (decimal): -3400785 or 11475916. OLE color: 11475916.
HSL color Cylindrical-coordinate representation of color #CC1BAF: hue angle of 309.83º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1BAF is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 27 | 175 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.2 |
| HSL | 309.83º | 0.77% | 0.45% | - |
| HSV(B) | 309.83º | 0.87% | 0.8% | - |
| XYZ | 33.03 | 16.72 | 42.04 | - |
| YUV | 96.8 | 172.14 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 27 | 175 | 0 | 0.87 | 0.14 | 0.2 | 309.83 | 0.77 | 0.45 |
| Hex | CC | 1B | AF | 0 | 57 | E | 14 | 136 | 4D | 2D |
| Octal | 314 | 33 | 257 | 0 | 127 | 16 | 24 | 466 | 115 | 55 |
| Binary | 11001100 | 11011 | 10101111 | 0 | 1010111 | 1110 | 10100 | 100110110 | 1001101 | 101101 |
Color Harmonies of #CC1BAF
Complementary color
Monochromatic Colors of #CC1BAF
Black with #CC1BAF
Text Example
Text Example
White with #CC1BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1BAF; }
p { color: rgb(204,27,175); }
H1.HeaderClassName
{
color: #CC1BAF;
}
.AnyTagClassName
{
color: #CC1BAF;
}
</style>
background-color css
<style>
a { background-color: #CC1BAF; }
a { background-color: rgb(204,27,175); }
div.DivClassName
{
background-color: #CC1BAF;
}
.BgClassName
{
background-color: #CC1BAF;
}
</style>
border-color css
<style>
span { border-color: #CC1BAF; }
span { border-color: rgb(204,27,175); }
td.TdClassName
{
border-color: #CC1BAF;
}
.TagClassName
{
border-color: #CC1BAF;
}
</style>