Shades of Deep Magenta #CF13BF
Tints of Deep Magenta #CF13BF
RGB
CMYK
RGB Variations
Color information
#CF13BF (or 0xCF13BF) is known color: Deep Magenta. HEX triplet: CF, 13 and BF. RGB value is (207,19,191). Sum of RGB (Red+Green+Blue) = 207+19+191=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 19 (7.81% from 255 or 4.56% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF13BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF13BF is #30EC40. Grayscale: #5E5E5E. Windows color (decimal): -3206209 or 12522447. OLE color: 12522447.
HSL color Cylindrical-coordinate representation of color #CF13BF: hue angle of 305.11º 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 #CF13BF is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 191 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.19 |
| HSL | 305.11º | 0.83% | 0.44% | - |
| HSV(B) | 305.11º | 0.91% | 0.81% | - |
| XYZ | 35.37 | 17.49 | 50.8 | - |
| YUV | 94.82 | 182.28 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 191 | 0 | 0.91 | 0.08 | 0.19 | 305.11 | 0.83 | 0.44 |
| Hex | CF | 13 | BF | 0 | 5B | 8 | 13 | 131 | 53 | 2C |
| Octal | 317 | 23 | 277 | 0 | 133 | 10 | 23 | 461 | 123 | 54 |
| Binary | 11001111 | 10011 | 10111111 | 0 | 1011011 | 1000 | 10011 | 100110001 | 1010011 | 101100 |
Color Harmonies of #CF13BF
Complementary color
Monochromatic Colors of #CF13BF
Black with #CF13BF
Text Example
Text Example
White with #CF13BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF13BF; }
p { color: rgb(207,19,191); }
H1.HeaderClassName
{
color: #CF13BF;
}
.AnyTagClassName
{
color: #CF13BF;
}
</style>
background-color css
<style>
a { background-color: #CF13BF; }
a { background-color: rgb(207,19,191); }
div.DivClassName
{
background-color: #CF13BF;
}
.BgClassName
{
background-color: #CF13BF;
}
</style>
border-color css
<style>
span { border-color: #CF13BF; }
span { border-color: rgb(207,19,191); }
td.TdClassName
{
border-color: #CF13BF;
}
.TagClassName
{
border-color: #CF13BF;
}
</style>