Shades of Deep Magenta #CC0ADF
Tints of Deep Magenta #CC0ADF
RGB
CMYK
RGB Variations
Color information
#CC0ADF (or 0xCC0ADF) is known color: Deep Magenta. HEX triplet: CC, 0A and DF. RGB value is (204,10,223). Sum of RGB (Red+Green+Blue) = 204+10+223=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 10 (4.30% from 255 or 2.29% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC0ADF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0ADF is #33F520. Grayscale: #5B5B5B. Windows color (decimal): -3405089 or 14617292. OLE color: 14617292.
HSL color Cylindrical-coordinate representation of color #CC0ADF: hue angle of 294.65º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC0ADF is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 10 | 223 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.13 |
| HSL | 294.65º | 0.91% | 0.46% | - |
| HSV(B) | 294.65º | 0.96% | 0.87% | - |
| XYZ | 38.33 | 18.38 | 71.34 | - |
| YUV | 92.29 | 201.77 | 207.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 10 | 223 | 0.09 | 0.96 | 0 | 0.13 | 294.65 | 0.91 | 0.46 |
| Hex | CC | A | DF | 9 | 60 | 0 | D | 127 | 5B | 2E |
| Octal | 314 | 12 | 337 | 11 | 140 | 0 | 15 | 447 | 133 | 56 |
| Binary | 11001100 | 1010 | 11011111 | 1001 | 1100000 | 0 | 1101 | 100100111 | 1011011 | 101110 |
Color Harmonies of #CC0ADF
Complementary color
Monochromatic Colors of #CC0ADF
Black with #CC0ADF
Text Example
Text Example
White with #CC0ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0ADF; }
p { color: rgb(204,10,223); }
H1.HeaderClassName
{
color: #CC0ADF;
}
.AnyTagClassName
{
color: #CC0ADF;
}
</style>
background-color css
<style>
a { background-color: #CC0ADF; }
a { background-color: rgb(204,10,223); }
div.DivClassName
{
background-color: #CC0ADF;
}
.BgClassName
{
background-color: #CC0ADF;
}
</style>
border-color css
<style>
span { border-color: #CC0ADF; }
span { border-color: rgb(204,10,223); }
td.TdClassName
{
border-color: #CC0ADF;
}
.TagClassName
{
border-color: #CC0ADF;
}
</style>