Shades of Deep Magenta #CC07BE
Tints of Deep Magenta #CC07BE
RGB
CMYK
RGB Variations
Color information
#CC07BE (or 0xCC07BE) is known color: Deep Magenta. HEX triplet: CC, 07 and BE. RGB value is (204,7,190). Sum of RGB (Red+Green+Blue) = 204+7+190=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 7 (3.12% from 255 or 1.75% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC07BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC07BE is #33F841. Grayscale: #565656. Windows color (decimal): -3405890 or 12453836. OLE color: 12453836.
HSL color Cylindrical-coordinate representation of color #CC07BE: hue angle of 304.26º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC07BE is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 7 | 190 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.2 |
| HSL | 304.26º | 0.93% | 0.41% | - |
| HSV(B) | 304.26º | 0.97% | 0.8% | - |
| XYZ | 34.27 | 16.71 | 50.13 | - |
| YUV | 86.77 | 186.27 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 7 | 190 | 0 | 0.97 | 0.07 | 0.2 | 304.26 | 0.93 | 0.41 |
| Hex | CC | 7 | BE | 0 | 61 | 7 | 14 | 130 | 5D | 29 |
| Octal | 314 | 7 | 276 | 0 | 141 | 7 | 24 | 460 | 135 | 51 |
| Binary | 11001100 | 111 | 10111110 | 0 | 1100001 | 111 | 10100 | 100110000 | 1011101 | 101001 |
Color Harmonies of #CC07BE
Complementary color
Monochromatic Colors of #CC07BE
Black with #CC07BE
Text Example
Text Example
White with #CC07BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC07BE; }
p { color: rgb(204,7,190); }
H1.HeaderClassName
{
color: #CC07BE;
}
.AnyTagClassName
{
color: #CC07BE;
}
</style>
background-color css
<style>
a { background-color: #CC07BE; }
a { background-color: rgb(204,7,190); }
div.DivClassName
{
background-color: #CC07BE;
}
.BgClassName
{
background-color: #CC07BE;
}
</style>
border-color css
<style>
span { border-color: #CC07BE; }
span { border-color: rgb(204,7,190); }
td.TdClassName
{
border-color: #CC07BE;
}
.TagClassName
{
border-color: #CC07BE;
}
</style>