Shades of Deep Magenta #CF00B7
Tints of Deep Magenta #CF00B7
RGB
CMYK
RGB Variations
Color information
#CF00B7 (or 0xCF00B7) is known color: Deep Magenta. HEX triplet: CF, 00 and B7. RGB value is (207,0,183). Sum of RGB (Red+Green+Blue) = 207+0+183=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 0 (0.39% from 255 or 0% from 390); Blue value is 183 (71.88% from 255 or 46.92% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF00B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF00B7 is #30FF48. Grayscale: #525252. Windows color (decimal): -3211081 or 11993295. OLE color: 11993295.
HSL color Cylindrical-coordinate representation of color #CF00B7: hue angle of 306.96º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF00B7 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 183 | - |
| CMYK | 0 | 1 | 0.12 | 0.19 |
| HSL | 306.96º | 1% | 0.41% | - |
| HSV(B) | 306.96º | 1% | 0.81% | - |
| XYZ | 34.28 | 16.68 | 46.21 | - |
| YUV | 82.76 | 184.58 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 183 | 0 | 1 | 0.12 | 0.19 | 306.96 | 1 | 0.41 |
| Hex | CF | 0 | B7 | 0 | 64 | C | 13 | 133 | 64 | 29 |
| Octal | 317 | 0 | 267 | 0 | 144 | 14 | 23 | 463 | 144 | 51 |
| Binary | 11001111 | 0 | 10110111 | 0 | 1100100 | 1100 | 10011 | 100110011 | 1100100 | 101001 |
Color Harmonies of #CF00B7
Complementary color
Monochromatic Colors of #CF00B7
Black with #CF00B7
Text Example
Text Example
White with #CF00B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF00B7; }
p { color: rgb(207,0,183); }
H1.HeaderClassName
{
color: #CF00B7;
}
.AnyTagClassName
{
color: #CF00B7;
}
</style>
background-color css
<style>
a { background-color: #CF00B7; }
a { background-color: rgb(207,0,183); }
div.DivClassName
{
background-color: #CF00B7;
}
.BgClassName
{
background-color: #CF00B7;
}
</style>
border-color css
<style>
span { border-color: #CF00B7; }
span { border-color: rgb(207,0,183); }
td.TdClassName
{
border-color: #CF00B7;
}
.TagClassName
{
border-color: #CF00B7;
}
</style>