Shades of Deep Magenta #CC07CA
Tints of Deep Magenta #CC07CA
RGB
CMYK
RGB Variations
Color information
#CC07CA (or 0xCC07CA) is known color: Deep Magenta. HEX triplet: CC, 07 and CA. RGB value is (204,7,202). Sum of RGB (Red+Green+Blue) = 204+7+202=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 7 (3.12% from 255 or 1.69% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC07CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC07CA is #33F835. Grayscale: #575757. Windows color (decimal): -3405878 or 13240268. OLE color: 13240268.
HSL color Cylindrical-coordinate representation of color #CC07CA: hue angle of 300.61º 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 #CC07CA is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 7 | 202 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.2 |
| HSL | 300.61º | 0.93% | 0.41% | - |
| HSV(B) | 300.61º | 0.97% | 0.8% | - |
| XYZ | 35.64 | 17.25 | 57.33 | - |
| YUV | 88.13 | 192.27 | 210.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 7 | 202 | 0 | 0.97 | 0.01 | 0.2 | 300.61 | 0.93 | 0.41 |
| Hex | CC | 7 | CA | 0 | 61 | 1 | 14 | 12D | 5D | 29 |
| Octal | 314 | 7 | 312 | 0 | 141 | 1 | 24 | 455 | 135 | 51 |
| Binary | 11001100 | 111 | 11001010 | 0 | 1100001 | 1 | 10100 | 100101101 | 1011101 | 101001 |
Color Harmonies of #CC07CA
Complementary color
Monochromatic Colors of #CC07CA
Black with #CC07CA
Text Example
Text Example
White with #CC07CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC07CA; }
p { color: rgb(204,7,202); }
H1.HeaderClassName
{
color: #CC07CA;
}
.AnyTagClassName
{
color: #CC07CA;
}
</style>
background-color css
<style>
a { background-color: #CC07CA; }
a { background-color: rgb(204,7,202); }
div.DivClassName
{
background-color: #CC07CA;
}
.BgClassName
{
background-color: #CC07CA;
}
</style>
border-color css
<style>
span { border-color: #CC07CA; }
span { border-color: rgb(204,7,202); }
td.TdClassName
{
border-color: #CC07CA;
}
.TagClassName
{
border-color: #CC07CA;
}
</style>