Shades of Deep Magenta #CC14BF
Tints of Deep Magenta #CC14BF
RGB
CMYK
RGB Variations
Color information
#CC14BF (or 0xCC14BF) is known color: Deep Magenta. HEX triplet: CC, 14 and BF. RGB value is (204,20,191). Sum of RGB (Red+Green+Blue) = 204+20+191=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 20 (8.20% from 255 or 4.82% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC14BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC14BF is #33EB40. Grayscale: #5E5E5E. Windows color (decimal): -3402561 or 12522700. OLE color: 12522700.
HSL color Cylindrical-coordinate representation of color #CC14BF: hue angle of 304.24º 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 #CC14BF is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 191 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.2 |
| HSL | 304.24º | 0.82% | 0.44% | - |
| HSV(B) | 304.24º | 0.9% | 0.8% | - |
| XYZ | 34.56 | 17.1 | 50.77 | - |
| YUV | 94.51 | 182.46 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 191 | 0 | 0.90 | 0.06 | 0.2 | 304.24 | 0.82 | 0.44 |
| Hex | CC | 14 | BF | 0 | 5A | 6 | 14 | 130 | 52 | 2C |
| Octal | 314 | 24 | 277 | 0 | 132 | 6 | 24 | 460 | 122 | 54 |
| Binary | 11001100 | 10100 | 10111111 | 0 | 1011010 | 110 | 10100 | 100110000 | 1010010 | 101100 |
Color Harmonies of #CC14BF
Complementary color
Monochromatic Colors of #CC14BF
Black with #CC14BF
Text Example
Text Example
White with #CC14BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC14BF; }
p { color: rgb(204,20,191); }
H1.HeaderClassName
{
color: #CC14BF;
}
.AnyTagClassName
{
color: #CC14BF;
}
</style>
background-color css
<style>
a { background-color: #CC14BF; }
a { background-color: rgb(204,20,191); }
div.DivClassName
{
background-color: #CC14BF;
}
.BgClassName
{
background-color: #CC14BF;
}
</style>
border-color css
<style>
span { border-color: #CC14BF; }
span { border-color: rgb(204,20,191); }
td.TdClassName
{
border-color: #CC14BF;
}
.TagClassName
{
border-color: #CC14BF;
}
</style>