Shades of Deep Magenta #CF0FB0
Tints of Deep Magenta #CF0FB0
RGB
CMYK
RGB Variations
Color information
#CF0FB0 (or 0xCF0FB0) is known color: Deep Magenta. HEX triplet: CF, 0F and B0. RGB value is (207,15,176). Sum of RGB (Red+Green+Blue) = 207+15+176=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 15 (6.25% from 255 or 3.77% from 398); Blue value is 176 (69.14% from 255 or 44.22% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0FB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0FB0 is #30F04F. Grayscale: #5A5A5A. Windows color (decimal): -3207248 or 11538383. OLE color: 11538383.
HSL color Cylindrical-coordinate representation of color #CF0FB0: hue angle of 309.69º 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 #CF0FB0 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 15 | 176 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.19 |
| HSL | 309.69º | 0.86% | 0.44% | - |
| HSV(B) | 309.69º | 0.93% | 0.81% | - |
| XYZ | 33.74 | 16.74 | 42.53 | - |
| YUV | 90.76 | 176.11 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 176 | 0 | 0.93 | 0.15 | 0.19 | 309.69 | 0.86 | 0.44 |
| Hex | CF | F | B0 | 0 | 5D | F | 13 | 136 | 56 | 2C |
| Octal | 317 | 17 | 260 | 0 | 135 | 17 | 23 | 466 | 126 | 54 |
| Binary | 11001111 | 1111 | 10110000 | 0 | 1011101 | 1111 | 10011 | 100110110 | 1010110 | 101100 |
Color Harmonies of #CF0FB0
Complementary color
Monochromatic Colors of #CF0FB0
Black with #CF0FB0
Text Example
Text Example
White with #CF0FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0FB0; }
p { color: rgb(207,15,176); }
H1.HeaderClassName
{
color: #CF0FB0;
}
.AnyTagClassName
{
color: #CF0FB0;
}
</style>
background-color css
<style>
a { background-color: #CF0FB0; }
a { background-color: rgb(207,15,176); }
div.DivClassName
{
background-color: #CF0FB0;
}
.BgClassName
{
background-color: #CF0FB0;
}
</style>
border-color css
<style>
span { border-color: #CF0FB0; }
span { border-color: rgb(207,15,176); }
td.TdClassName
{
border-color: #CF0FB0;
}
.TagClassName
{
border-color: #CF0FB0;
}
</style>