Shades of Deep Magenta #CC00BE
Tints of Deep Magenta #CC00BE
RGB
CMYK
RGB Variations
Color information
#CC00BE (or 0xCC00BE) is known color: Deep Magenta. HEX triplet: CC, 00 and BE. RGB value is (204,0,190). Sum of RGB (Red+Green+Blue) = 204+0+190=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 0 (0.39% from 255 or 0% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC00BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC00BE is #33FF41. Grayscale: #525252. Windows color (decimal): -3407682 or 12452044. OLE color: 12452044.
HSL color Cylindrical-coordinate representation of color #CC00BE: hue angle of 304.12º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC00BE is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 0 | 190 | - |
| CMYK | 0 | 1 | 0.07 | 0.2 |
| HSL | 304.12º | 1% | 0.4% | - |
| HSV(B) | 304.12º | 1% | 0.8% | - |
| XYZ | 34.2 | 16.56 | 50.11 | - |
| YUV | 82.66 | 188.59 | 214.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 0 | 190 | 0 | 1 | 0.07 | 0.2 | 304.12 | 1 | 0.4 |
| Hex | CC | 0 | BE | 0 | 64 | 7 | 14 | 130 | 64 | 28 |
| Octal | 314 | 0 | 276 | 0 | 144 | 7 | 24 | 460 | 144 | 50 |
| Binary | 11001100 | 0 | 10111110 | 0 | 1100100 | 111 | 10100 | 100110000 | 1100100 | 101000 |
Color Harmonies of #CC00BE
Complementary color
Monochromatic Colors of #CC00BE
Black with #CC00BE
Text Example
Text Example
White with #CC00BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC00BE; }
p { color: rgb(204,0,190); }
H1.HeaderClassName
{
color: #CC00BE;
}
.AnyTagClassName
{
color: #CC00BE;
}
</style>
background-color css
<style>
a { background-color: #CC00BE; }
a { background-color: rgb(204,0,190); }
div.DivClassName
{
background-color: #CC00BE;
}
.BgClassName
{
background-color: #CC00BE;
}
</style>
border-color css
<style>
span { border-color: #CC00BE; }
span { border-color: rgb(204,0,190); }
td.TdClassName
{
border-color: #CC00BE;
}
.TagClassName
{
border-color: #CC00BE;
}
</style>