Shades of Deep Magenta #CC11CB
Tints of Deep Magenta #CC11CB
RGB
CMYK
RGB Variations
Color information
#CC11CB (or 0xCC11CB) is known color: Deep Magenta. HEX triplet: CC, 11 and CB. RGB value is (204,17,203). Sum of RGB (Red+Green+Blue) = 204+17+203=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 17 (7.03% from 255 or 4.01% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC11CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC11CB is #33EE34. Grayscale: #5D5D5D. Windows color (decimal): -3403317 or 13308364. OLE color: 13308364.
HSL color Cylindrical-coordinate representation of color #CC11CB: hue angle of 300.32º 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 #CC11CB is Cyan = 0, Magento = 0.92, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 203 | - |
| CMYK | 0 | 0.92 | 0.00 | 0.2 |
| HSL | 300.32º | 0.85% | 0.43% | - |
| HSV(B) | 300.32º | 0.92% | 0.8% | - |
| XYZ | 35.88 | 17.55 | 58 | - |
| YUV | 94.12 | 189.45 | 206.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 203 | 0 | 0.92 | 0.00 | 0.2 | 300.32 | 0.85 | 0.43 |
| Hex | CC | 11 | CB | 0 | 5C | 0 | 14 | 12C | 55 | 2B |
| Octal | 314 | 21 | 313 | 0 | 134 | 0 | 24 | 454 | 125 | 53 |
| Binary | 11001100 | 10001 | 11001011 | 0 | 1011100 | 0 | 10100 | 100101100 | 1010101 | 101011 |
Color Harmonies of #CC11CB
Complementary color
Monochromatic Colors of #CC11CB
Black with #CC11CB
Text Example
Text Example
White with #CC11CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC11CB; }
p { color: rgb(204,17,203); }
H1.HeaderClassName
{
color: #CC11CB;
}
.AnyTagClassName
{
color: #CC11CB;
}
</style>
background-color css
<style>
a { background-color: #CC11CB; }
a { background-color: rgb(204,17,203); }
div.DivClassName
{
background-color: #CC11CB;
}
.BgClassName
{
background-color: #CC11CB;
}
</style>
border-color css
<style>
span { border-color: #CC11CB; }
span { border-color: rgb(204,17,203); }
td.TdClassName
{
border-color: #CC11CB;
}
.TagClassName
{
border-color: #CC11CB;
}
</style>