Shades of Deep Magenta #CC07DD
Tints of Deep Magenta #CC07DD
RGB
CMYK
RGB Variations
Color information
#CC07DD (or 0xCC07DD) is known color: Deep Magenta. HEX triplet: CC, 07 and DD. RGB value is (204,7,221). Sum of RGB (Red+Green+Blue) = 204+7+221=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 7 (3.12% from 255 or 1.62% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC07DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC07DD is #33F822. Grayscale: #595959. Windows color (decimal): -3405859 or 14485452. OLE color: 14485452.
HSL color Cylindrical-coordinate representation of color #CC07DD: hue angle of 295.23º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC07DD is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 7 | 221 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.13 |
| HSL | 295.23º | 0.94% | 0.45% | - |
| HSV(B) | 295.23º | 0.97% | 0.87% | - |
| XYZ | 38.03 | 18.21 | 69.92 | - |
| YUV | 90.3 | 201.77 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 7 | 221 | 0.08 | 0.97 | 0 | 0.13 | 295.23 | 0.94 | 0.45 |
| Hex | CC | 7 | DD | 8 | 61 | 0 | D | 127 | 5E | 2D |
| Octal | 314 | 7 | 335 | 10 | 141 | 0 | 15 | 447 | 136 | 55 |
| Binary | 11001100 | 111 | 11011101 | 1000 | 1100001 | 0 | 1101 | 100100111 | 1011110 | 101101 |
Color Harmonies of #CC07DD
Complementary color
Monochromatic Colors of #CC07DD
Black with #CC07DD
Text Example
Text Example
White with #CC07DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC07DD; }
p { color: rgb(204,7,221); }
H1.HeaderClassName
{
color: #CC07DD;
}
.AnyTagClassName
{
color: #CC07DD;
}
</style>
background-color css
<style>
a { background-color: #CC07DD; }
a { background-color: rgb(204,7,221); }
div.DivClassName
{
background-color: #CC07DD;
}
.BgClassName
{
background-color: #CC07DD;
}
</style>
border-color css
<style>
span { border-color: #CC07DD; }
span { border-color: rgb(204,7,221); }
td.TdClassName
{
border-color: #CC07DD;
}
.TagClassName
{
border-color: #CC07DD;
}
</style>