Shades of Deep Magenta #CF14BB
Tints of Deep Magenta #CF14BB
RGB
CMYK
RGB Variations
Color information
#CF14BB (or 0xCF14BB) is known color: Deep Magenta. HEX triplet: CF, 14 and BB. RGB value is (207,20,187). Sum of RGB (Red+Green+Blue) = 207+20+187=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 20 (8.20% from 255 or 4.83% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CF14BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF14BB is #30EB44. Grayscale: #5E5E5E. Windows color (decimal): -3205957 or 12260559. OLE color: 12260559.
HSL color Cylindrical-coordinate representation of color #CF14BB: hue angle of 306.42º 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 #CF14BB is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 20 | 187 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.19 |
| HSL | 306.42º | 0.82% | 0.45% | - |
| HSV(B) | 306.42º | 0.9% | 0.81% | - |
| XYZ | 34.95 | 17.35 | 48.52 | - |
| YUV | 94.95 | 179.95 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 187 | 0 | 0.90 | 0.10 | 0.19 | 306.42 | 0.82 | 0.45 |
| Hex | CF | 14 | BB | 0 | 5A | A | 13 | 132 | 52 | 2D |
| Octal | 317 | 24 | 273 | 0 | 132 | 12 | 23 | 462 | 122 | 55 |
| Binary | 11001111 | 10100 | 10111011 | 0 | 1011010 | 1010 | 10011 | 100110010 | 1010010 | 101101 |
Color Harmonies of #CF14BB
Complementary color
Monochromatic Colors of #CF14BB
Black with #CF14BB
Text Example
Text Example
White with #CF14BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF14BB; }
p { color: rgb(207,20,187); }
H1.HeaderClassName
{
color: #CF14BB;
}
.AnyTagClassName
{
color: #CF14BB;
}
</style>
background-color css
<style>
a { background-color: #CF14BB; }
a { background-color: rgb(207,20,187); }
div.DivClassName
{
background-color: #CF14BB;
}
.BgClassName
{
background-color: #CF14BB;
}
</style>
border-color css
<style>
span { border-color: #CF14BB; }
span { border-color: rgb(207,20,187); }
td.TdClassName
{
border-color: #CF14BB;
}
.TagClassName
{
border-color: #CF14BB;
}
</style>