Shades of Deep Magenta #CF1BC9
Tints of Deep Magenta #CF1BC9
RGB
CMYK
RGB Variations
Color information
#CF1BC9 (or 0xCF1BC9) is known color: Deep Magenta. HEX triplet: CF, 1B and C9. RGB value is (207,27,201). Sum of RGB (Red+Green+Blue) = 207+27+201=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 27 (10.94% from 255 or 6.21% from 435); Blue value is 201 (78.91% from 255 or 46.21% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1BC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1BC9 is #30E436. Grayscale: #646464. Windows color (decimal): -3204151 or 13179855. OLE color: 13179855.
HSL color Cylindrical-coordinate representation of color #CF1BC9: hue angle of 302º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF1BC9 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 27 | 201 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.19 |
| HSL | 302º | 0.77% | 0.46% | - |
| HSV(B) | 302º | 0.87% | 0.81% | - |
| XYZ | 36.67 | 18.27 | 56.85 | - |
| YUV | 100.66 | 184.63 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 27 | 201 | 0 | 0.87 | 0.03 | 0.19 | 302 | 0.77 | 0.46 |
| Hex | CF | 1B | C9 | 0 | 57 | 3 | 13 | 12E | 4D | 2E |
| Octal | 317 | 33 | 311 | 0 | 127 | 3 | 23 | 456 | 115 | 56 |
| Binary | 11001111 | 11011 | 11001001 | 0 | 1010111 | 11 | 10011 | 100101110 | 1001101 | 101110 |
Color Harmonies of #CF1BC9
Complementary color
Monochromatic Colors of #CF1BC9
Black with #CF1BC9
Text Example
Text Example
White with #CF1BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1BC9; }
p { color: rgb(207,27,201); }
H1.HeaderClassName
{
color: #CF1BC9;
}
.AnyTagClassName
{
color: #CF1BC9;
}
</style>
background-color css
<style>
a { background-color: #CF1BC9; }
a { background-color: rgb(207,27,201); }
div.DivClassName
{
background-color: #CF1BC9;
}
.BgClassName
{
background-color: #CF1BC9;
}
</style>
border-color css
<style>
span { border-color: #CF1BC9; }
span { border-color: rgb(207,27,201); }
td.TdClassName
{
border-color: #CF1BC9;
}
.TagClassName
{
border-color: #CF1BC9;
}
</style>