Shades of Deep Magenta #CC11BF
Tints of Deep Magenta #CC11BF
RGB
CMYK
RGB Variations
Color information
#CC11BF (or 0xCC11BF) is known color: Deep Magenta. HEX triplet: CC, 11 and BF. RGB value is (204,17,191). Sum of RGB (Red+Green+Blue) = 204+17+191=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 17 (7.03% from 255 or 4.13% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC11BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC11BF is #33EE40. Grayscale: #5C5C5C. Windows color (decimal): -3403329 or 12521932. OLE color: 12521932.
HSL color Cylindrical-coordinate representation of color #CC11BF: hue angle of 304.17º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC11BF is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 191 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.2 |
| HSL | 304.17º | 0.85% | 0.43% | - |
| HSV(B) | 304.17º | 0.92% | 0.8% | - |
| XYZ | 34.51 | 17 | 50.75 | - |
| YUV | 92.75 | 183.45 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 191 | 0 | 0.92 | 0.06 | 0.2 | 304.17 | 0.85 | 0.43 |
| Hex | CC | 11 | BF | 0 | 5C | 6 | 14 | 130 | 55 | 2B |
| Octal | 314 | 21 | 277 | 0 | 134 | 6 | 24 | 460 | 125 | 53 |
| Binary | 11001100 | 10001 | 10111111 | 0 | 1011100 | 110 | 10100 | 100110000 | 1010101 | 101011 |
Color Harmonies of #CC11BF
Complementary color
Monochromatic Colors of #CC11BF
Black with #CC11BF
Text Example
Text Example
White with #CC11BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC11BF; }
p { color: rgb(204,17,191); }
H1.HeaderClassName
{
color: #CC11BF;
}
.AnyTagClassName
{
color: #CC11BF;
}
</style>
background-color css
<style>
a { background-color: #CC11BF; }
a { background-color: rgb(204,17,191); }
div.DivClassName
{
background-color: #CC11BF;
}
.BgClassName
{
background-color: #CC11BF;
}
</style>
border-color css
<style>
span { border-color: #CC11BF; }
span { border-color: rgb(204,17,191); }
td.TdClassName
{
border-color: #CC11BF;
}
.TagClassName
{
border-color: #CC11BF;
}
</style>