Shades of Deep Magenta #CC12BD
Tints of Deep Magenta #CC12BD
RGB
CMYK
RGB Variations
Color information
#CC12BD (or 0xCC12BD) is known color: Deep Magenta. HEX triplet: CC, 12 and BD. RGB value is (204,18,189). Sum of RGB (Red+Green+Blue) = 204+18+189=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 18 (7.42% from 255 or 4.38% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC12BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC12BD is #33ED42. Grayscale: #5C5C5C. Windows color (decimal): -3403075 or 12391116. OLE color: 12391116.
HSL color Cylindrical-coordinate representation of color #CC12BD: hue angle of 304.84º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC12BD is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 18 | 189 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.2 |
| HSL | 304.84º | 0.84% | 0.44% | - |
| HSV(B) | 304.84º | 0.91% | 0.8% | - |
| XYZ | 34.3 | 16.94 | 49.61 | - |
| YUV | 93.11 | 182.12 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 189 | 0 | 0.91 | 0.07 | 0.2 | 304.84 | 0.84 | 0.44 |
| Hex | CC | 12 | BD | 0 | 5B | 7 | 14 | 131 | 54 | 2C |
| Octal | 314 | 22 | 275 | 0 | 133 | 7 | 24 | 461 | 124 | 54 |
| Binary | 11001100 | 10010 | 10111101 | 0 | 1011011 | 111 | 10100 | 100110001 | 1010100 | 101100 |
Color Harmonies of #CC12BD
Complementary color
Monochromatic Colors of #CC12BD
Black with #CC12BD
Text Example
Text Example
White with #CC12BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC12BD; }
p { color: rgb(204,18,189); }
H1.HeaderClassName
{
color: #CC12BD;
}
.AnyTagClassName
{
color: #CC12BD;
}
</style>
background-color css
<style>
a { background-color: #CC12BD; }
a { background-color: rgb(204,18,189); }
div.DivClassName
{
background-color: #CC12BD;
}
.BgClassName
{
background-color: #CC12BD;
}
</style>
border-color css
<style>
span { border-color: #CC12BD; }
span { border-color: rgb(204,18,189); }
td.TdClassName
{
border-color: #CC12BD;
}
.TagClassName
{
border-color: #CC12BD;
}
</style>