Shades of Deep Magenta #CC1BBF
Tints of Deep Magenta #CC1BBF
RGB
CMYK
RGB Variations
Color information
#CC1BBF (or 0xCC1BBF) is known color: Deep Magenta. HEX triplet: CC, 1B and BF. RGB value is (204,27,191). Sum of RGB (Red+Green+Blue) = 204+27+191=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 27 (10.94% from 255 or 6.40% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1BBF is #33E440. Grayscale: #626262. Windows color (decimal): -3400769 or 12524492. OLE color: 12524492.
HSL color Cylindrical-coordinate representation of color #CC1BBF: hue angle of 304.41º 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 #CC1BBF is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 27 | 191 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.2 |
| HSL | 304.41º | 0.77% | 0.45% | - |
| HSV(B) | 304.41º | 0.87% | 0.8% | - |
| XYZ | 34.7 | 17.38 | 50.82 | - |
| YUV | 98.62 | 180.14 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 27 | 191 | 0 | 0.87 | 0.06 | 0.2 | 304.41 | 0.77 | 0.45 |
| Hex | CC | 1B | BF | 0 | 57 | 6 | 14 | 130 | 4D | 2D |
| Octal | 314 | 33 | 277 | 0 | 127 | 6 | 24 | 460 | 115 | 55 |
| Binary | 11001100 | 11011 | 10111111 | 0 | 1010111 | 110 | 10100 | 100110000 | 1001101 | 101101 |
Color Harmonies of #CC1BBF
Complementary color
Monochromatic Colors of #CC1BBF
Black with #CC1BBF
Text Example
Text Example
White with #CC1BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1BBF; }
p { color: rgb(204,27,191); }
H1.HeaderClassName
{
color: #CC1BBF;
}
.AnyTagClassName
{
color: #CC1BBF;
}
</style>
background-color css
<style>
a { background-color: #CC1BBF; }
a { background-color: rgb(204,27,191); }
div.DivClassName
{
background-color: #CC1BBF;
}
.BgClassName
{
background-color: #CC1BBF;
}
</style>
border-color css
<style>
span { border-color: #CC1BBF; }
span { border-color: rgb(204,27,191); }
td.TdClassName
{
border-color: #CC1BBF;
}
.TagClassName
{
border-color: #CC1BBF;
}
</style>