Shades of Deep Magenta #CC12D4
Tints of Deep Magenta #CC12D4
RGB
CMYK
RGB Variations
Color information
#CC12D4 (or 0xCC12D4) is known color: Deep Magenta. HEX triplet: CC, 12 and D4. RGB value is (204,18,212). Sum of RGB (Red+Green+Blue) = 204+18+212=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 18 (7.42% from 255 or 4.15% from 434); Blue value is 212 (83.20% from 255 or 48.85% from 434); Max value from RGB is 212 - color contains mainly: blue. Hex color #CC12D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC12D4 is #33ED2B. Grayscale: #5F5F5F. Windows color (decimal): -3403052 or 13898444. OLE color: 13898444.
HSL color Cylindrical-coordinate representation of color #CC12D4: hue angle of 297.53º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC12D4 is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 18 | 212 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.17 |
| HSL | 297.53º | 0.84% | 0.45% | - |
| HSV(B) | 297.53º | 0.92% | 0.83% | - |
| XYZ | 37 | 18.02 | 63.82 | - |
| YUV | 95.73 | 193.62 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 212 | 0.04 | 0.92 | 0 | 0.17 | 297.53 | 0.84 | 0.45 |
| Hex | CC | 12 | D4 | 4 | 5C | 0 | 11 | 12A | 54 | 2D |
| Octal | 314 | 22 | 324 | 4 | 134 | 0 | 21 | 452 | 124 | 55 |
| Binary | 11001100 | 10010 | 11010100 | 100 | 1011100 | 0 | 10001 | 100101010 | 1010100 | 101101 |
Color Harmonies of #CC12D4
Complementary color
Monochromatic Colors of #CC12D4
Black with #CC12D4
Text Example
Text Example
White with #CC12D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC12D4; }
p { color: rgb(204,18,212); }
H1.HeaderClassName
{
color: #CC12D4;
}
.AnyTagClassName
{
color: #CC12D4;
}
</style>
background-color css
<style>
a { background-color: #CC12D4; }
a { background-color: rgb(204,18,212); }
div.DivClassName
{
background-color: #CC12D4;
}
.BgClassName
{
background-color: #CC12D4;
}
</style>
border-color css
<style>
span { border-color: #CC12D4; }
span { border-color: rgb(204,18,212); }
td.TdClassName
{
border-color: #CC12D4;
}
.TagClassName
{
border-color: #CC12D4;
}
</style>