Shades of Deep Magenta #CC14CA
Tints of Deep Magenta #CC14CA
RGB
CMYK
RGB Variations
Color information
#CC14CA (or 0xCC14CA) is known color: Deep Magenta. HEX triplet: CC, 14 and CA. RGB value is (204,20,202). Sum of RGB (Red+Green+Blue) = 204+20+202=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 20 (8.20% from 255 or 4.69% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC14CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC14CA is #33EB35. Grayscale: #5F5F5F. Windows color (decimal): -3402550 or 13243596. OLE color: 13243596.
HSL color Cylindrical-coordinate representation of color #CC14CA: hue angle of 300.65º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC14CA is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 202 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.2 |
| HSL | 300.65º | 0.82% | 0.44% | - |
| HSV(B) | 300.65º | 0.9% | 0.8% | - |
| XYZ | 35.81 | 17.6 | 57.39 | - |
| YUV | 95.76 | 187.96 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 202 | 0 | 0.90 | 0.01 | 0.2 | 300.65 | 0.82 | 0.44 |
| Hex | CC | 14 | CA | 0 | 5A | 1 | 14 | 12D | 52 | 2C |
| Octal | 314 | 24 | 312 | 0 | 132 | 1 | 24 | 455 | 122 | 54 |
| Binary | 11001100 | 10100 | 11001010 | 0 | 1011010 | 1 | 10100 | 100101101 | 1010010 | 101100 |
Color Harmonies of #CC14CA
Complementary color
Monochromatic Colors of #CC14CA
Black with #CC14CA
Text Example
Text Example
White with #CC14CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC14CA; }
p { color: rgb(204,20,202); }
H1.HeaderClassName
{
color: #CC14CA;
}
.AnyTagClassName
{
color: #CC14CA;
}
</style>
background-color css
<style>
a { background-color: #CC14CA; }
a { background-color: rgb(204,20,202); }
div.DivClassName
{
background-color: #CC14CA;
}
.BgClassName
{
background-color: #CC14CA;
}
</style>
border-color css
<style>
span { border-color: #CC14CA; }
span { border-color: rgb(204,20,202); }
td.TdClassName
{
border-color: #CC14CA;
}
.TagClassName
{
border-color: #CC14CA;
}
</style>