Shades of Deep Magenta #CF10BA
Tints of Deep Magenta #CF10BA
RGB
CMYK
RGB Variations
Color information
#CF10BA (or 0xCF10BA) is known color: Deep Magenta. HEX triplet: CF, 10 and BA. RGB value is (207,16,186). Sum of RGB (Red+Green+Blue) = 207+16+186=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 16 (6.64% from 255 or 3.91% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CF10BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF10BA is #30EF45. Grayscale: #5C5C5C. Windows color (decimal): -3206982 or 12193999. OLE color: 12193999.
HSL color Cylindrical-coordinate representation of color #CF10BA: hue angle of 306.6º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF10BA is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 16 | 186 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.19 |
| HSL | 306.6º | 0.86% | 0.44% | - |
| HSV(B) | 306.6º | 0.92% | 0.81% | - |
| XYZ | 34.78 | 17.18 | 47.94 | - |
| YUV | 92.49 | 180.78 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 186 | 0 | 0.92 | 0.10 | 0.19 | 306.6 | 0.86 | 0.44 |
| Hex | CF | 10 | BA | 0 | 5C | A | 13 | 133 | 56 | 2C |
| Octal | 317 | 20 | 272 | 0 | 134 | 12 | 23 | 463 | 126 | 54 |
| Binary | 11001111 | 10000 | 10111010 | 0 | 1011100 | 1010 | 10011 | 100110011 | 1010110 | 101100 |
Color Harmonies of #CF10BA
Complementary color
Monochromatic Colors of #CF10BA
Black with #CF10BA
Text Example
Text Example
White with #CF10BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF10BA; }
p { color: rgb(207,16,186); }
H1.HeaderClassName
{
color: #CF10BA;
}
.AnyTagClassName
{
color: #CF10BA;
}
</style>
background-color css
<style>
a { background-color: #CF10BA; }
a { background-color: rgb(207,16,186); }
div.DivClassName
{
background-color: #CF10BA;
}
.BgClassName
{
background-color: #CF10BA;
}
</style>
border-color css
<style>
span { border-color: #CF10BA; }
span { border-color: rgb(207,16,186); }
td.TdClassName
{
border-color: #CF10BA;
}
.TagClassName
{
border-color: #CF10BA;
}
</style>