Shades of Deep Magenta #CC10DB
Tints of Deep Magenta #CC10DB
RGB
CMYK
RGB Variations
Color information
#CC10DB (or 0xCC10DB) is known color: Deep Magenta. HEX triplet: CC, 10 and DB. RGB value is (204,16,219). Sum of RGB (Red+Green+Blue) = 204+16+219=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 16 (6.64% from 255 or 3.64% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC10DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC10DB is #33EF24. Grayscale: #5E5E5E. Windows color (decimal): -3403557 or 14356684. OLE color: 14356684.
HSL color Cylindrical-coordinate representation of color #CC10DB: hue angle of 295.57º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC10DB is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 16 | 219 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.14 |
| HSL | 295.57º | 0.86% | 0.46% | - |
| HSV(B) | 295.57º | 0.93% | 0.86% | - |
| XYZ | 37.87 | 18.32 | 68.56 | - |
| YUV | 95.35 | 197.78 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 219 | 0.07 | 0.93 | 0 | 0.14 | 295.57 | 0.86 | 0.46 |
| Hex | CC | 10 | DB | 7 | 5D | 0 | E | 128 | 56 | 2E |
| Octal | 314 | 20 | 333 | 7 | 135 | 0 | 16 | 450 | 126 | 56 |
| Binary | 11001100 | 10000 | 11011011 | 111 | 1011101 | 0 | 1110 | 100101000 | 1010110 | 101110 |
Color Harmonies of #CC10DB
Complementary color
Monochromatic Colors of #CC10DB
Black with #CC10DB
Text Example
Text Example
White with #CC10DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC10DB; }
p { color: rgb(204,16,219); }
H1.HeaderClassName
{
color: #CC10DB;
}
.AnyTagClassName
{
color: #CC10DB;
}
</style>
background-color css
<style>
a { background-color: #CC10DB; }
a { background-color: rgb(204,16,219); }
div.DivClassName
{
background-color: #CC10DB;
}
.BgClassName
{
background-color: #CC10DB;
}
</style>
border-color css
<style>
span { border-color: #CC10DB; }
span { border-color: rgb(204,16,219); }
td.TdClassName
{
border-color: #CC10DB;
}
.TagClassName
{
border-color: #CC10DB;
}
</style>