Shades of Deep Magenta #CC12CF
Tints of Deep Magenta #CC12CF
RGB
CMYK
RGB Variations
Color information
#CC12CF (or 0xCC12CF) is known color: Deep Magenta. HEX triplet: CC, 12 and CF. RGB value is (204,18,207). Sum of RGB (Red+Green+Blue) = 204+18+207=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 18 (7.42% from 255 or 4.20% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC12CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC12CF is #33ED30. Grayscale: #5E5E5E. Windows color (decimal): -3403057 or 13570764. OLE color: 13570764.
HSL color Cylindrical-coordinate representation of color #CC12CF: hue angle of 299.05º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC12CF is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 18 | 207 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.19 |
| HSL | 299.05º | 0.84% | 0.44% | - |
| HSV(B) | 299.05º | 0.91% | 0.81% | - |
| XYZ | 36.38 | 17.77 | 60.54 | - |
| YUV | 95.16 | 191.12 | 205.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 207 | 0.01 | 0.91 | 0 | 0.19 | 299.05 | 0.84 | 0.44 |
| Hex | CC | 12 | CF | 1 | 5B | 0 | 13 | 12B | 54 | 2C |
| Octal | 314 | 22 | 317 | 1 | 133 | 0 | 23 | 453 | 124 | 54 |
| Binary | 11001100 | 10010 | 11001111 | 1 | 1011011 | 0 | 10011 | 100101011 | 1010100 | 101100 |
Color Harmonies of #CC12CF
Complementary color
Monochromatic Colors of #CC12CF
Black with #CC12CF
Text Example
Text Example
White with #CC12CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC12CF; }
p { color: rgb(204,18,207); }
H1.HeaderClassName
{
color: #CC12CF;
}
.AnyTagClassName
{
color: #CC12CF;
}
</style>
background-color css
<style>
a { background-color: #CC12CF; }
a { background-color: rgb(204,18,207); }
div.DivClassName
{
background-color: #CC12CF;
}
.BgClassName
{
background-color: #CC12CF;
}
</style>
border-color css
<style>
span { border-color: #CC12CF; }
span { border-color: rgb(204,18,207); }
td.TdClassName
{
border-color: #CC12CF;
}
.TagClassName
{
border-color: #CC12CF;
}
</style>