Shades of Deep Magenta #CC1DBB
Tints of Deep Magenta #CC1DBB
RGB
CMYK
RGB Variations
Color information
#CC1DBB (or 0xCC1DBB) is known color: Deep Magenta. HEX triplet: CC, 1D and BB. RGB value is (204,29,187). Sum of RGB (Red+Green+Blue) = 204+29+187=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 29 (11.72% from 255 or 6.90% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1DBB is #33E244. Grayscale: #626262. Windows color (decimal): -3400261 or 12262860. OLE color: 12262860.
HSL color Cylindrical-coordinate representation of color #CC1DBB: hue angle of 305.83º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1DBB is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 29 | 187 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.2 |
| HSL | 305.83º | 0.75% | 0.46% | - |
| HSV(B) | 305.83º | 0.86% | 0.8% | - |
| XYZ | 34.31 | 17.3 | 48.55 | - |
| YUV | 99.34 | 177.48 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 29 | 187 | 0 | 0.86 | 0.08 | 0.2 | 305.83 | 0.75 | 0.46 |
| Hex | CC | 1D | BB | 0 | 56 | 8 | 14 | 132 | 4B | 2E |
| Octal | 314 | 35 | 273 | 0 | 126 | 10 | 24 | 462 | 113 | 56 |
| Binary | 11001100 | 11101 | 10111011 | 0 | 1010110 | 1000 | 10100 | 100110010 | 1001011 | 101110 |
Color Harmonies of #CC1DBB
Complementary color
Monochromatic Colors of #CC1DBB
Black with #CC1DBB
Text Example
Text Example
White with #CC1DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1DBB; }
p { color: rgb(204,29,187); }
H1.HeaderClassName
{
color: #CC1DBB;
}
.AnyTagClassName
{
color: #CC1DBB;
}
</style>
background-color css
<style>
a { background-color: #CC1DBB; }
a { background-color: rgb(204,29,187); }
div.DivClassName
{
background-color: #CC1DBB;
}
.BgClassName
{
background-color: #CC1DBB;
}
</style>
border-color css
<style>
span { border-color: #CC1DBB; }
span { border-color: rgb(204,29,187); }
td.TdClassName
{
border-color: #CC1DBB;
}
.TagClassName
{
border-color: #CC1DBB;
}
</style>