Shades of Deep Magenta #CC07D2
Tints of Deep Magenta #CC07D2
RGB
CMYK
RGB Variations
Color information
#CC07D2 (or 0xCC07D2) is known color: Deep Magenta. HEX triplet: CC, 07 and D2. RGB value is (204,7,210). Sum of RGB (Red+Green+Blue) = 204+7+210=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 7 (3.12% from 255 or 1.66% from 421); Blue value is 210 (82.42% from 255 or 49.88% from 421); Max value from RGB is 210 - color contains mainly: blue. Hex color #CC07D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC07D2 is #33F82D. Grayscale: #585858. Windows color (decimal): -3405870 or 13764556. OLE color: 13764556.
HSL color Cylindrical-coordinate representation of color #CC07D2: hue angle of 298.23º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC07D2 is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 7 | 210 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.18 |
| HSL | 298.23º | 0.94% | 0.43% | - |
| HSV(B) | 298.23º | 0.97% | 0.82% | - |
| XYZ | 36.61 | 17.64 | 62.45 | - |
| YUV | 89.05 | 196.27 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 7 | 210 | 0.03 | 0.97 | 0 | 0.18 | 298.23 | 0.94 | 0.43 |
| Hex | CC | 7 | D2 | 3 | 61 | 0 | 12 | 12A | 5E | 2B |
| Octal | 314 | 7 | 322 | 3 | 141 | 0 | 22 | 452 | 136 | 53 |
| Binary | 11001100 | 111 | 11010010 | 11 | 1100001 | 0 | 10010 | 100101010 | 1011110 | 101011 |
Color Harmonies of #CC07D2
Complementary color
Monochromatic Colors of #CC07D2
Black with #CC07D2
Text Example
Text Example
White with #CC07D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC07D2; }
p { color: rgb(204,7,210); }
H1.HeaderClassName
{
color: #CC07D2;
}
.AnyTagClassName
{
color: #CC07D2;
}
</style>
background-color css
<style>
a { background-color: #CC07D2; }
a { background-color: rgb(204,7,210); }
div.DivClassName
{
background-color: #CC07D2;
}
.BgClassName
{
background-color: #CC07D2;
}
</style>
border-color css
<style>
span { border-color: #CC07D2; }
span { border-color: rgb(204,7,210); }
td.TdClassName
{
border-color: #CC07D2;
}
.TagClassName
{
border-color: #CC07D2;
}
</style>