Shades of Deep Magenta #CC07BB
Tints of Deep Magenta #CC07BB
RGB
CMYK
RGB Variations
Color information
#CC07BB (or 0xCC07BB) is known color: Deep Magenta. HEX triplet: CC, 07 and BB. RGB value is (204,7,187). Sum of RGB (Red+Green+Blue) = 204+7+187=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 7 (3.12% from 255 or 1.76% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC07BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC07BB is #33F844. Grayscale: #555555. Windows color (decimal): -3405893 or 12257228. OLE color: 12257228.
HSL color Cylindrical-coordinate representation of color #CC07BB: hue angle of 305.18º 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 #CC07BB is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 7 | 187 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.2 |
| HSL | 305.18º | 0.93% | 0.41% | - |
| HSV(B) | 305.18º | 0.97% | 0.8% | - |
| XYZ | 33.95 | 16.58 | 48.42 | - |
| YUV | 86.42 | 184.77 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 7 | 187 | 0 | 0.97 | 0.08 | 0.2 | 305.18 | 0.93 | 0.41 |
| Hex | CC | 7 | BB | 0 | 61 | 8 | 14 | 131 | 5D | 29 |
| Octal | 314 | 7 | 273 | 0 | 141 | 10 | 24 | 461 | 135 | 51 |
| Binary | 11001100 | 111 | 10111011 | 0 | 1100001 | 1000 | 10100 | 100110001 | 1011101 | 101001 |
Color Harmonies of #CC07BB
Complementary color
Monochromatic Colors of #CC07BB
Black with #CC07BB
Text Example
Text Example
White with #CC07BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC07BB; }
p { color: rgb(204,7,187); }
H1.HeaderClassName
{
color: #CC07BB;
}
.AnyTagClassName
{
color: #CC07BB;
}
</style>
background-color css
<style>
a { background-color: #CC07BB; }
a { background-color: rgb(204,7,187); }
div.DivClassName
{
background-color: #CC07BB;
}
.BgClassName
{
background-color: #CC07BB;
}
</style>
border-color css
<style>
span { border-color: #CC07BB; }
span { border-color: rgb(204,7,187); }
td.TdClassName
{
border-color: #CC07BB;
}
.TagClassName
{
border-color: #CC07BB;
}
</style>