Shades of Deep Magenta #CC0DBF
Tints of Deep Magenta #CC0DBF
RGB
CMYK
RGB Variations
Color information
#CC0DBF (or 0xCC0DBF) is known color: Deep Magenta. HEX triplet: CC, 0D and BF. RGB value is (204,13,191). Sum of RGB (Red+Green+Blue) = 204+13+191=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 13 (5.47% from 255 or 3.19% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0DBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0DBF is #33F240. Grayscale: #595959. Windows color (decimal): -3404353 or 12520908. OLE color: 12520908.
HSL color Cylindrical-coordinate representation of color #CC0DBF: hue angle of 304.08º 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 #CC0DBF is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 13 | 191 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.2 |
| HSL | 304.08º | 0.88% | 0.43% | - |
| HSV(B) | 304.08º | 0.94% | 0.8% | - |
| XYZ | 34.45 | 16.89 | 50.73 | - |
| YUV | 90.4 | 184.78 | 209.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 13 | 191 | 0 | 0.94 | 0.06 | 0.2 | 304.08 | 0.88 | 0.43 |
| Hex | CC | D | BF | 0 | 5E | 6 | 14 | 130 | 58 | 2B |
| Octal | 314 | 15 | 277 | 0 | 136 | 6 | 24 | 460 | 130 | 53 |
| Binary | 11001100 | 1101 | 10111111 | 0 | 1011110 | 110 | 10100 | 100110000 | 1011000 | 101011 |
Color Harmonies of #CC0DBF
Complementary color
Monochromatic Colors of #CC0DBF
Black with #CC0DBF
Text Example
Text Example
White with #CC0DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0DBF; }
p { color: rgb(204,13,191); }
H1.HeaderClassName
{
color: #CC0DBF;
}
.AnyTagClassName
{
color: #CC0DBF;
}
</style>
background-color css
<style>
a { background-color: #CC0DBF; }
a { background-color: rgb(204,13,191); }
div.DivClassName
{
background-color: #CC0DBF;
}
.BgClassName
{
background-color: #CC0DBF;
}
</style>
border-color css
<style>
span { border-color: #CC0DBF; }
span { border-color: rgb(204,13,191); }
td.TdClassName
{
border-color: #CC0DBF;
}
.TagClassName
{
border-color: #CC0DBF;
}
</style>