Shades of Deep Magenta #CC10BB
Tints of Deep Magenta #CC10BB
RGB
CMYK
RGB Variations
Color information
#CC10BB (or 0xCC10BB) is known color: Deep Magenta. HEX triplet: CC, 10 and BB. RGB value is (204,16,187). Sum of RGB (Red+Green+Blue) = 204+16+187=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 16 (6.64% from 255 or 3.93% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC10BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC10BB is #33EF44. Grayscale: #5B5B5B. Windows color (decimal): -3403589 or 12259532. OLE color: 12259532.
HSL color Cylindrical-coordinate representation of color #CC10BB: hue angle of 305.43º 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 #CC10BB is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 187 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.2 |
| HSL | 305.43º | 0.85% | 0.43% | - |
| HSV(B) | 305.43º | 0.92% | 0.8% | - |
| XYZ | 34.06 | 16.8 | 48.46 | - |
| YUV | 91.71 | 181.78 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 187 | 0 | 0.92 | 0.08 | 0.2 | 305.43 | 0.85 | 0.43 |
| Hex | CC | 10 | BB | 0 | 5C | 8 | 14 | 131 | 55 | 2B |
| Octal | 314 | 20 | 273 | 0 | 134 | 10 | 24 | 461 | 125 | 53 |
| Binary | 11001100 | 10000 | 10111011 | 0 | 1011100 | 1000 | 10100 | 100110001 | 1010101 | 101011 |
Color Harmonies of #CC10BB
Complementary color
Monochromatic Colors of #CC10BB
Black with #CC10BB
Text Example
Text Example
White with #CC10BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC10BB; }
p { color: rgb(204,16,187); }
H1.HeaderClassName
{
color: #CC10BB;
}
.AnyTagClassName
{
color: #CC10BB;
}
</style>
background-color css
<style>
a { background-color: #CC10BB; }
a { background-color: rgb(204,16,187); }
div.DivClassName
{
background-color: #CC10BB;
}
.BgClassName
{
background-color: #CC10BB;
}
</style>
border-color css
<style>
span { border-color: #CC10BB; }
span { border-color: rgb(204,16,187); }
td.TdClassName
{
border-color: #CC10BB;
}
.TagClassName
{
border-color: #CC10BB;
}
</style>