Shades of Deep Magenta #CC07DF
Tints of Deep Magenta #CC07DF
RGB
CMYK
RGB Variations
Color information
#CC07DF (or 0xCC07DF) is known color: Deep Magenta. HEX triplet: CC, 07 and DF. RGB value is (204,7,223). Sum of RGB (Red+Green+Blue) = 204+7+223=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 7 (3.12% from 255 or 1.61% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC07DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC07DF is #33F820. Grayscale: #595959. Windows color (decimal): -3405857 or 14616524. OLE color: 14616524.
HSL color Cylindrical-coordinate representation of color #CC07DF: hue angle of 294.72º 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 #CC07DF is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 7 | 223 | - |
| CMYK | 0.09 | 0.97 | 0 | 0.13 |
| HSL | 294.72º | 0.94% | 0.45% | - |
| HSV(B) | 294.72º | 0.97% | 0.87% | - |
| XYZ | 38.3 | 18.32 | 71.33 | - |
| YUV | 90.53 | 202.77 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 7 | 223 | 0.09 | 0.97 | 0 | 0.13 | 294.72 | 0.94 | 0.45 |
| Hex | CC | 7 | DF | 9 | 61 | 0 | D | 127 | 5E | 2D |
| Octal | 314 | 7 | 337 | 11 | 141 | 0 | 15 | 447 | 136 | 55 |
| Binary | 11001100 | 111 | 11011111 | 1001 | 1100001 | 0 | 1101 | 100100111 | 1011110 | 101101 |
Color Harmonies of #CC07DF
Complementary color
Monochromatic Colors of #CC07DF
Black with #CC07DF
Text Example
Text Example
White with #CC07DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC07DF; }
p { color: rgb(204,7,223); }
H1.HeaderClassName
{
color: #CC07DF;
}
.AnyTagClassName
{
color: #CC07DF;
}
</style>
background-color css
<style>
a { background-color: #CC07DF; }
a { background-color: rgb(204,7,223); }
div.DivClassName
{
background-color: #CC07DF;
}
.BgClassName
{
background-color: #CC07DF;
}
</style>
border-color css
<style>
span { border-color: #CC07DF; }
span { border-color: rgb(204,7,223); }
td.TdClassName
{
border-color: #CC07DF;
}
.TagClassName
{
border-color: #CC07DF;
}
</style>