Shades of Deep Magenta #CC14BC
Tints of Deep Magenta #CC14BC
RGB
CMYK
RGB Variations
Color information
#CC14BC (or 0xCC14BC) is known color: Deep Magenta. HEX triplet: CC, 14 and BC. RGB value is (204,20,188). Sum of RGB (Red+Green+Blue) = 204+20+188=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 20 (8.20% from 255 or 4.85% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC14BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC14BC is #33EB43. Grayscale: #5D5D5D. Windows color (decimal): -3402564 or 12326092. OLE color: 12326092.
HSL color Cylindrical-coordinate representation of color #CC14BC: hue angle of 305.22º 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 #CC14BC is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 188 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.2 |
| HSL | 305.22º | 0.82% | 0.44% | - |
| HSV(B) | 305.22º | 0.9% | 0.8% | - |
| XYZ | 34.23 | 16.97 | 49.05 | - |
| YUV | 94.17 | 180.96 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 188 | 0 | 0.90 | 0.08 | 0.2 | 305.22 | 0.82 | 0.44 |
| Hex | CC | 14 | BC | 0 | 5A | 8 | 14 | 131 | 52 | 2C |
| Octal | 314 | 24 | 274 | 0 | 132 | 10 | 24 | 461 | 122 | 54 |
| Binary | 11001100 | 10100 | 10111100 | 0 | 1011010 | 1000 | 10100 | 100110001 | 1010010 | 101100 |
Color Harmonies of #CC14BC
Complementary color
Monochromatic Colors of #CC14BC
Black with #CC14BC
Text Example
Text Example
White with #CC14BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC14BC; }
p { color: rgb(204,20,188); }
H1.HeaderClassName
{
color: #CC14BC;
}
.AnyTagClassName
{
color: #CC14BC;
}
</style>
background-color css
<style>
a { background-color: #CC14BC; }
a { background-color: rgb(204,20,188); }
div.DivClassName
{
background-color: #CC14BC;
}
.BgClassName
{
background-color: #CC14BC;
}
</style>
border-color css
<style>
span { border-color: #CC14BC; }
span { border-color: rgb(204,20,188); }
td.TdClassName
{
border-color: #CC14BC;
}
.TagClassName
{
border-color: #CC14BC;
}
</style>