Shades of Deep Magenta #CC1BBB
Tints of Deep Magenta #CC1BBB
RGB
CMYK
RGB Variations
Color information
#CC1BBB (or 0xCC1BBB) is known color: Deep Magenta. HEX triplet: CC, 1B and BB. RGB value is (204,27,187). Sum of RGB (Red+Green+Blue) = 204+27+187=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 27 (10.94% from 255 or 6.46% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1BBB is #33E444. Grayscale: #616161. Windows color (decimal): -3400773 or 12262348. OLE color: 12262348.
HSL color Cylindrical-coordinate representation of color #CC1BBB: hue angle of 305.76º 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 #CC1BBB is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 27 | 187 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.2 |
| HSL | 305.76º | 0.77% | 0.45% | - |
| HSV(B) | 305.76º | 0.87% | 0.8% | - |
| XYZ | 34.26 | 17.21 | 48.53 | - |
| YUV | 98.16 | 178.14 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 27 | 187 | 0 | 0.87 | 0.08 | 0.2 | 305.76 | 0.77 | 0.45 |
| Hex | CC | 1B | BB | 0 | 57 | 8 | 14 | 132 | 4D | 2D |
| Octal | 314 | 33 | 273 | 0 | 127 | 10 | 24 | 462 | 115 | 55 |
| Binary | 11001100 | 11011 | 10111011 | 0 | 1010111 | 1000 | 10100 | 100110010 | 1001101 | 101101 |
Color Harmonies of #CC1BBB
Complementary color
Monochromatic Colors of #CC1BBB
Black with #CC1BBB
Text Example
Text Example
White with #CC1BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1BBB; }
p { color: rgb(204,27,187); }
H1.HeaderClassName
{
color: #CC1BBB;
}
.AnyTagClassName
{
color: #CC1BBB;
}
</style>
background-color css
<style>
a { background-color: #CC1BBB; }
a { background-color: rgb(204,27,187); }
div.DivClassName
{
background-color: #CC1BBB;
}
.BgClassName
{
background-color: #CC1BBB;
}
</style>
border-color css
<style>
span { border-color: #CC1BBB; }
span { border-color: rgb(204,27,187); }
td.TdClassName
{
border-color: #CC1BBB;
}
.TagClassName
{
border-color: #CC1BBB;
}
</style>