Shades of Deep Magenta #CF0FB7
Tints of Deep Magenta #CF0FB7
RGB
CMYK
RGB Variations
Color information
#CF0FB7 (or 0xCF0FB7) is known color: Deep Magenta. HEX triplet: CF, 0F and B7. RGB value is (207,15,183). Sum of RGB (Red+Green+Blue) = 207+15+183=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 15 (6.25% from 255 or 3.70% from 405); Blue value is 183 (71.88% from 255 or 45.19% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0FB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0FB7 is #30F048. Grayscale: #5B5B5B. Windows color (decimal): -3207241 or 11997135. OLE color: 11997135.
HSL color Cylindrical-coordinate representation of color #CF0FB7: hue angle of 307.5º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF0FB7 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 15 | 183 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.19 |
| HSL | 307.5º | 0.86% | 0.44% | - |
| HSV(B) | 307.5º | 0.93% | 0.81% | - |
| XYZ | 34.45 | 17.03 | 46.27 | - |
| YUV | 91.56 | 179.61 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 183 | 0 | 0.93 | 0.12 | 0.19 | 307.5 | 0.86 | 0.44 |
| Hex | CF | F | B7 | 0 | 5D | C | 13 | 134 | 56 | 2C |
| Octal | 317 | 17 | 267 | 0 | 135 | 14 | 23 | 464 | 126 | 54 |
| Binary | 11001111 | 1111 | 10110111 | 0 | 1011101 | 1100 | 10011 | 100110100 | 1010110 | 101100 |
Color Harmonies of #CF0FB7
Complementary color
Monochromatic Colors of #CF0FB7
Black with #CF0FB7
Text Example
Text Example
White with #CF0FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0FB7; }
p { color: rgb(207,15,183); }
H1.HeaderClassName
{
color: #CF0FB7;
}
.AnyTagClassName
{
color: #CF0FB7;
}
</style>
background-color css
<style>
a { background-color: #CF0FB7; }
a { background-color: rgb(207,15,183); }
div.DivClassName
{
background-color: #CF0FB7;
}
.BgClassName
{
background-color: #CF0FB7;
}
</style>
border-color css
<style>
span { border-color: #CF0FB7; }
span { border-color: rgb(207,15,183); }
td.TdClassName
{
border-color: #CF0FB7;
}
.TagClassName
{
border-color: #CF0FB7;
}
</style>