Shades of Deep Magenta #CC07BC
Tints of Deep Magenta #CC07BC
RGB
CMYK
RGB Variations
Color information
#CC07BC (or 0xCC07BC) is known color: Deep Magenta. HEX triplet: CC, 07 and BC. RGB value is (204,7,188). Sum of RGB (Red+Green+Blue) = 204+7+188=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 7 (3.12% from 255 or 1.75% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC07BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC07BC is #33F843. Grayscale: #565656. Windows color (decimal): -3405892 or 12322764. OLE color: 12322764.
HSL color Cylindrical-coordinate representation of color #CC07BC: hue angle of 304.87º 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 #CC07BC is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 7 | 188 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.2 |
| HSL | 304.87º | 0.93% | 0.41% | - |
| HSV(B) | 304.87º | 0.97% | 0.8% | - |
| XYZ | 34.05 | 16.62 | 48.99 | - |
| YUV | 86.54 | 185.27 | 211.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 7 | 188 | 0 | 0.97 | 0.08 | 0.2 | 304.87 | 0.93 | 0.41 |
| Hex | CC | 7 | BC | 0 | 61 | 8 | 14 | 131 | 5D | 29 |
| Octal | 314 | 7 | 274 | 0 | 141 | 10 | 24 | 461 | 135 | 51 |
| Binary | 11001100 | 111 | 10111100 | 0 | 1100001 | 1000 | 10100 | 100110001 | 1011101 | 101001 |
Color Harmonies of #CC07BC
Complementary color
Monochromatic Colors of #CC07BC
Black with #CC07BC
Text Example
Text Example
White with #CC07BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC07BC; }
p { color: rgb(204,7,188); }
H1.HeaderClassName
{
color: #CC07BC;
}
.AnyTagClassName
{
color: #CC07BC;
}
</style>
background-color css
<style>
a { background-color: #CC07BC; }
a { background-color: rgb(204,7,188); }
div.DivClassName
{
background-color: #CC07BC;
}
.BgClassName
{
background-color: #CC07BC;
}
</style>
border-color css
<style>
span { border-color: #CC07BC; }
span { border-color: rgb(204,7,188); }
td.TdClassName
{
border-color: #CC07BC;
}
.TagClassName
{
border-color: #CC07BC;
}
</style>