Shades of Deep Magenta #CC0DBC
Tints of Deep Magenta #CC0DBC
RGB
CMYK
RGB Variations
Color information
#CC0DBC (or 0xCC0DBC) is known color: Deep Magenta. HEX triplet: CC, 0D and BC. RGB value is (204,13,188). Sum of RGB (Red+Green+Blue) = 204+13+188=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 13 (5.47% from 255 or 3.21% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0DBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0DBC is #33F243. Grayscale: #595959. Windows color (decimal): -3404356 or 12324300. OLE color: 12324300.
HSL color Cylindrical-coordinate representation of color #CC0DBC: hue angle of 305.03º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0DBC is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 13 | 188 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.2 |
| HSL | 305.03º | 0.88% | 0.43% | - |
| HSV(B) | 305.03º | 0.94% | 0.8% | - |
| XYZ | 34.12 | 16.76 | 49.01 | - |
| YUV | 90.06 | 183.28 | 209.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 13 | 188 | 0 | 0.94 | 0.08 | 0.2 | 305.03 | 0.88 | 0.43 |
| Hex | CC | D | BC | 0 | 5E | 8 | 14 | 131 | 58 | 2B |
| Octal | 314 | 15 | 274 | 0 | 136 | 10 | 24 | 461 | 130 | 53 |
| Binary | 11001100 | 1101 | 10111100 | 0 | 1011110 | 1000 | 10100 | 100110001 | 1011000 | 101011 |
Color Harmonies of #CC0DBC
Complementary color
Monochromatic Colors of #CC0DBC
Black with #CC0DBC
Text Example
Text Example
White with #CC0DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0DBC; }
p { color: rgb(204,13,188); }
H1.HeaderClassName
{
color: #CC0DBC;
}
.AnyTagClassName
{
color: #CC0DBC;
}
</style>
background-color css
<style>
a { background-color: #CC0DBC; }
a { background-color: rgb(204,13,188); }
div.DivClassName
{
background-color: #CC0DBC;
}
.BgClassName
{
background-color: #CC0DBC;
}
</style>
border-color css
<style>
span { border-color: #CC0DBC; }
span { border-color: rgb(204,13,188); }
td.TdClassName
{
border-color: #CC0DBC;
}
.TagClassName
{
border-color: #CC0DBC;
}
</style>