Shades of Deep Magenta #CF13BA
Tints of Deep Magenta #CF13BA
RGB
CMYK
RGB Variations
Color information
#CF13BA (or 0xCF13BA) is known color: Deep Magenta. HEX triplet: CF, 13 and BA. RGB value is (207,19,186). Sum of RGB (Red+Green+Blue) = 207+19+186=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 19 (7.81% from 255 or 4.61% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CF13BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF13BA is #30EC45. Grayscale: #5D5D5D. Windows color (decimal): -3206214 or 12194767. OLE color: 12194767.
HSL color Cylindrical-coordinate representation of color #CF13BA: hue angle of 306.7º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF13BA is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 186 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.19 |
| HSL | 306.7º | 0.83% | 0.44% | - |
| HSV(B) | 306.7º | 0.91% | 0.81% | - |
| XYZ | 34.83 | 17.28 | 47.95 | - |
| YUV | 94.25 | 179.78 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 186 | 0 | 0.91 | 0.10 | 0.19 | 306.7 | 0.83 | 0.44 |
| Hex | CF | 13 | BA | 0 | 5B | A | 13 | 133 | 53 | 2C |
| Octal | 317 | 23 | 272 | 0 | 133 | 12 | 23 | 463 | 123 | 54 |
| Binary | 11001111 | 10011 | 10111010 | 0 | 1011011 | 1010 | 10011 | 100110011 | 1010011 | 101100 |
Color Harmonies of #CF13BA
Complementary color
Monochromatic Colors of #CF13BA
Black with #CF13BA
Text Example
Text Example
White with #CF13BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF13BA; }
p { color: rgb(207,19,186); }
H1.HeaderClassName
{
color: #CF13BA;
}
.AnyTagClassName
{
color: #CF13BA;
}
</style>
background-color css
<style>
a { background-color: #CF13BA; }
a { background-color: rgb(207,19,186); }
div.DivClassName
{
background-color: #CF13BA;
}
.BgClassName
{
background-color: #CF13BA;
}
</style>
border-color css
<style>
span { border-color: #CF13BA; }
span { border-color: rgb(207,19,186); }
td.TdClassName
{
border-color: #CF13BA;
}
.TagClassName
{
border-color: #CF13BA;
}
</style>