Shades of Deep Magenta #CC1CB9
Tints of Deep Magenta #CC1CB9
RGB
CMYK
RGB Variations
Color information
#CC1CB9 (or 0xCC1CB9) is known color: Deep Magenta. HEX triplet: CC, 1C and B9. RGB value is (204,28,185). Sum of RGB (Red+Green+Blue) = 204+28+185=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 28 (11.33% from 255 or 6.71% from 417); Blue value is 185 (72.66% from 255 or 44.36% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1CB9 is #33E346. Grayscale: #626262. Windows color (decimal): -3400519 or 12131532. OLE color: 12131532.
HSL color Cylindrical-coordinate representation of color #CC1CB9: hue angle of 306.48º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1CB9 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 28 | 185 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.2 |
| HSL | 306.48º | 0.76% | 0.45% | - |
| HSV(B) | 306.48º | 0.86% | 0.8% | - |
| XYZ | 34.07 | 17.17 | 47.42 | - |
| YUV | 98.52 | 176.81 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 28 | 185 | 0 | 0.86 | 0.09 | 0.2 | 306.48 | 0.76 | 0.45 |
| Hex | CC | 1C | B9 | 0 | 56 | 9 | 14 | 132 | 4C | 2D |
| Octal | 314 | 34 | 271 | 0 | 126 | 11 | 24 | 462 | 114 | 55 |
| Binary | 11001100 | 11100 | 10111001 | 0 | 1010110 | 1001 | 10100 | 100110010 | 1001100 | 101101 |
Color Harmonies of #CC1CB9
Complementary color
Monochromatic Colors of #CC1CB9
Black with #CC1CB9
Text Example
Text Example
White with #CC1CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1CB9; }
p { color: rgb(204,28,185); }
H1.HeaderClassName
{
color: #CC1CB9;
}
.AnyTagClassName
{
color: #CC1CB9;
}
</style>
background-color css
<style>
a { background-color: #CC1CB9; }
a { background-color: rgb(204,28,185); }
div.DivClassName
{
background-color: #CC1CB9;
}
.BgClassName
{
background-color: #CC1CB9;
}
</style>
border-color css
<style>
span { border-color: #CC1CB9; }
span { border-color: rgb(204,28,185); }
td.TdClassName
{
border-color: #CC1CB9;
}
.TagClassName
{
border-color: #CC1CB9;
}
</style>