Shades of Deep Magenta #CC12C3
Tints of Deep Magenta #CC12C3
RGB
CMYK
RGB Variations
Color information
#CC12C3 (or 0xCC12C3) is known color: Deep Magenta. HEX triplet: CC, 12 and C3. RGB value is (204,18,195). Sum of RGB (Red+Green+Blue) = 204+18+195=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 18 (7.42% from 255 or 4.32% from 417); Blue value is 195 (76.56% from 255 or 46.76% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC12C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC12C3 is #33ED3C. Grayscale: #5D5D5D. Windows color (decimal): -3403069 or 12784332. OLE color: 12784332.
HSL color Cylindrical-coordinate representation of color #CC12C3: hue angle of 302.9º 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 #CC12C3 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 18 | 195 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.2 |
| HSL | 302.9º | 0.84% | 0.44% | - |
| HSV(B) | 302.9º | 0.91% | 0.8% | - |
| XYZ | 34.97 | 17.21 | 53.11 | - |
| YUV | 93.79 | 185.12 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 195 | 0 | 0.91 | 0.04 | 0.2 | 302.9 | 0.84 | 0.44 |
| Hex | CC | 12 | C3 | 0 | 5B | 4 | 14 | 12F | 54 | 2C |
| Octal | 314 | 22 | 303 | 0 | 133 | 4 | 24 | 457 | 124 | 54 |
| Binary | 11001100 | 10010 | 11000011 | 0 | 1011011 | 100 | 10100 | 100101111 | 1010100 | 101100 |
Color Harmonies of #CC12C3
Complementary color
Monochromatic Colors of #CC12C3
Black with #CC12C3
Text Example
Text Example
White with #CC12C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC12C3; }
p { color: rgb(204,18,195); }
H1.HeaderClassName
{
color: #CC12C3;
}
.AnyTagClassName
{
color: #CC12C3;
}
</style>
background-color css
<style>
a { background-color: #CC12C3; }
a { background-color: rgb(204,18,195); }
div.DivClassName
{
background-color: #CC12C3;
}
.BgClassName
{
background-color: #CC12C3;
}
</style>
border-color css
<style>
span { border-color: #CC12C3; }
span { border-color: rgb(204,18,195); }
td.TdClassName
{
border-color: #CC12C3;
}
.TagClassName
{
border-color: #CC12C3;
}
</style>