Shades of Deep Magenta #CC11BE
Tints of Deep Magenta #CC11BE
RGB
CMYK
RGB Variations
Color information
#CC11BE (or 0xCC11BE) is known color: Deep Magenta. HEX triplet: CC, 11 and BE. RGB value is (204,17,190). Sum of RGB (Red+Green+Blue) = 204+17+190=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 17 (7.03% from 255 or 4.14% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC11BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC11BE is #33EE41. Grayscale: #5C5C5C. Windows color (decimal): -3403330 or 12456396. OLE color: 12456396.
HSL color Cylindrical-coordinate representation of color #CC11BE: hue angle of 304.49º 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 #CC11BE is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 190 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.2 |
| HSL | 304.49º | 0.85% | 0.43% | - |
| HSV(B) | 304.49º | 0.92% | 0.8% | - |
| XYZ | 34.4 | 16.96 | 50.18 | - |
| YUV | 92.64 | 182.95 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 190 | 0 | 0.92 | 0.07 | 0.2 | 304.49 | 0.85 | 0.43 |
| Hex | CC | 11 | BE | 0 | 5C | 7 | 14 | 130 | 55 | 2B |
| Octal | 314 | 21 | 276 | 0 | 134 | 7 | 24 | 460 | 125 | 53 |
| Binary | 11001100 | 10001 | 10111110 | 0 | 1011100 | 111 | 10100 | 100110000 | 1010101 | 101011 |
Color Harmonies of #CC11BE
Complementary color
Monochromatic Colors of #CC11BE
Black with #CC11BE
Text Example
Text Example
White with #CC11BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC11BE; }
p { color: rgb(204,17,190); }
H1.HeaderClassName
{
color: #CC11BE;
}
.AnyTagClassName
{
color: #CC11BE;
}
</style>
background-color css
<style>
a { background-color: #CC11BE; }
a { background-color: rgb(204,17,190); }
div.DivClassName
{
background-color: #CC11BE;
}
.BgClassName
{
background-color: #CC11BE;
}
</style>
border-color css
<style>
span { border-color: #CC11BE; }
span { border-color: rgb(204,17,190); }
td.TdClassName
{
border-color: #CC11BE;
}
.TagClassName
{
border-color: #CC11BE;
}
</style>