Shades of Deep Magenta #CC12DF
Tints of Deep Magenta #CC12DF
RGB
CMYK
RGB Variations
Color information
#CC12DF (or 0xCC12DF) is known color: Deep Magenta. HEX triplet: CC, 12 and DF. RGB value is (204,18,223). Sum of RGB (Red+Green+Blue) = 204+18+223=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 18 (7.42% from 255 or 4.04% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC12DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC12DF is #33ED20. Grayscale: #606060. Windows color (decimal): -3403041 or 14619340. OLE color: 14619340.
HSL color Cylindrical-coordinate representation of color #CC12DF: hue angle of 294.44º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC12DF is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 18 | 223 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.13 |
| HSL | 294.44º | 0.85% | 0.47% | - |
| HSV(B) | 294.44º | 0.92% | 0.87% | - |
| XYZ | 38.44 | 18.6 | 71.38 | - |
| YUV | 96.98 | 199.12 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 223 | 0.09 | 0.92 | 0 | 0.13 | 294.44 | 0.85 | 0.47 |
| Hex | CC | 12 | DF | 9 | 5C | 0 | D | 126 | 55 | 2F |
| Octal | 314 | 22 | 337 | 11 | 134 | 0 | 15 | 446 | 125 | 57 |
| Binary | 11001100 | 10010 | 11011111 | 1001 | 1011100 | 0 | 1101 | 100100110 | 1010101 | 101111 |
Color Harmonies of #CC12DF
Complementary color
Monochromatic Colors of #CC12DF
Black with #CC12DF
Text Example
Text Example
White with #CC12DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC12DF; }
p { color: rgb(204,18,223); }
H1.HeaderClassName
{
color: #CC12DF;
}
.AnyTagClassName
{
color: #CC12DF;
}
</style>
background-color css
<style>
a { background-color: #CC12DF; }
a { background-color: rgb(204,18,223); }
div.DivClassName
{
background-color: #CC12DF;
}
.BgClassName
{
background-color: #CC12DF;
}
</style>
border-color css
<style>
span { border-color: #CC12DF; }
span { border-color: rgb(204,18,223); }
td.TdClassName
{
border-color: #CC12DF;
}
.TagClassName
{
border-color: #CC12DF;
}
</style>