Shades of Deep Magenta #CF14BA
Tints of Deep Magenta #CF14BA
RGB
CMYK
RGB Variations
Color information
#CF14BA (or 0xCF14BA) is known color: Deep Magenta. HEX triplet: CF, 14 and BA. RGB value is (207,20,186). Sum of RGB (Red+Green+Blue) = 207+20+186=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 20 (8.20% from 255 or 4.84% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF14BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF14BA is #30EB45. Grayscale: #5E5E5E. Windows color (decimal): -3205958 or 12195023. OLE color: 12195023.
HSL color Cylindrical-coordinate representation of color #CF14BA: hue angle of 306.74º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF14BA is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 20 | 186 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.19 |
| HSL | 306.74º | 0.82% | 0.45% | - |
| HSV(B) | 306.74º | 0.9% | 0.81% | - |
| XYZ | 34.85 | 17.31 | 47.96 | - |
| YUV | 94.84 | 179.45 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 186 | 0 | 0.90 | 0.10 | 0.19 | 306.74 | 0.82 | 0.45 |
| Hex | CF | 14 | BA | 0 | 5A | A | 13 | 133 | 52 | 2D |
| Octal | 317 | 24 | 272 | 0 | 132 | 12 | 23 | 463 | 122 | 55 |
| Binary | 11001111 | 10100 | 10111010 | 0 | 1011010 | 1010 | 10011 | 100110011 | 1010010 | 101101 |
Color Harmonies of #CF14BA
Complementary color
Monochromatic Colors of #CF14BA
Black with #CF14BA
Text Example
Text Example
White with #CF14BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF14BA; }
p { color: rgb(207,20,186); }
H1.HeaderClassName
{
color: #CF14BA;
}
.AnyTagClassName
{
color: #CF14BA;
}
</style>
background-color css
<style>
a { background-color: #CF14BA; }
a { background-color: rgb(207,20,186); }
div.DivClassName
{
background-color: #CF14BA;
}
.BgClassName
{
background-color: #CF14BA;
}
</style>
border-color css
<style>
span { border-color: #CF14BA; }
span { border-color: rgb(207,20,186); }
td.TdClassName
{
border-color: #CF14BA;
}
.TagClassName
{
border-color: #CF14BA;
}
</style>