Shades of Deep Magenta #CC0DBE
Tints of Deep Magenta #CC0DBE
RGB
CMYK
RGB Variations
Color information
#CC0DBE (or 0xCC0DBE) is known color: Deep Magenta. HEX triplet: CC, 0D and BE. RGB value is (204,13,190). Sum of RGB (Red+Green+Blue) = 204+13+190=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 13 (5.47% from 255 or 3.19% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0DBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0DBE is #33F241. Grayscale: #595959. Windows color (decimal): -3404354 or 12455372. OLE color: 12455372.
HSL color Cylindrical-coordinate representation of color #CC0DBE: hue angle of 304.4º 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 #CC0DBE is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 13 | 190 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.2 |
| HSL | 304.4º | 0.88% | 0.43% | - |
| HSV(B) | 304.4º | 0.94% | 0.8% | - |
| XYZ | 34.34 | 16.84 | 50.16 | - |
| YUV | 90.29 | 184.28 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 13 | 190 | 0 | 0.94 | 0.07 | 0.2 | 304.4 | 0.88 | 0.43 |
| Hex | CC | D | BE | 0 | 5E | 7 | 14 | 130 | 58 | 2B |
| Octal | 314 | 15 | 276 | 0 | 136 | 7 | 24 | 460 | 130 | 53 |
| Binary | 11001100 | 1101 | 10111110 | 0 | 1011110 | 111 | 10100 | 100110000 | 1011000 | 101011 |
Color Harmonies of #CC0DBE
Complementary color
Monochromatic Colors of #CC0DBE
Black with #CC0DBE
Text Example
Text Example
White with #CC0DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0DBE; }
p { color: rgb(204,13,190); }
H1.HeaderClassName
{
color: #CC0DBE;
}
.AnyTagClassName
{
color: #CC0DBE;
}
</style>
background-color css
<style>
a { background-color: #CC0DBE; }
a { background-color: rgb(204,13,190); }
div.DivClassName
{
background-color: #CC0DBE;
}
.BgClassName
{
background-color: #CC0DBE;
}
</style>
border-color css
<style>
span { border-color: #CC0DBE; }
span { border-color: rgb(204,13,190); }
td.TdClassName
{
border-color: #CC0DBE;
}
.TagClassName
{
border-color: #CC0DBE;
}
</style>