Shades of Deep Magenta #CF08BF
Tints of Deep Magenta #CF08BF
RGB
CMYK
RGB Variations
Color information
#CF08BF (or 0xCF08BF) is known color: Deep Magenta. HEX triplet: CF, 08 and BF. RGB value is (207,8,191). Sum of RGB (Red+Green+Blue) = 207+8+191=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 8 (3.52% from 255 or 1.97% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF08BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF08BF is #30F740. Grayscale: #575757. Windows color (decimal): -3209025 or 12519631. OLE color: 12519631.
HSL color Cylindrical-coordinate representation of color #CF08BF: hue angle of 304.82º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF08BF is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 8 | 191 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.19 |
| HSL | 304.82º | 0.93% | 0.42% | - |
| HSV(B) | 304.82º | 0.96% | 0.81% | - |
| XYZ | 35.22 | 17.2 | 50.75 | - |
| YUV | 88.36 | 185.93 | 212.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 191 | 0 | 0.96 | 0.08 | 0.19 | 304.82 | 0.93 | 0.42 |
| Hex | CF | 8 | BF | 0 | 60 | 8 | 13 | 131 | 5D | 2A |
| Octal | 317 | 10 | 277 | 0 | 140 | 10 | 23 | 461 | 135 | 52 |
| Binary | 11001111 | 1000 | 10111111 | 0 | 1100000 | 1000 | 10011 | 100110001 | 1011101 | 101010 |
Color Harmonies of #CF08BF
Complementary color
Monochromatic Colors of #CF08BF
Black with #CF08BF
Text Example
Text Example
White with #CF08BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF08BF; }
p { color: rgb(207,8,191); }
H1.HeaderClassName
{
color: #CF08BF;
}
.AnyTagClassName
{
color: #CF08BF;
}
</style>
background-color css
<style>
a { background-color: #CF08BF; }
a { background-color: rgb(207,8,191); }
div.DivClassName
{
background-color: #CF08BF;
}
.BgClassName
{
background-color: #CF08BF;
}
</style>
border-color css
<style>
span { border-color: #CF08BF; }
span { border-color: rgb(207,8,191); }
td.TdClassName
{
border-color: #CF08BF;
}
.TagClassName
{
border-color: #CF08BF;
}
</style>