Shades of Deep Magenta #CF09BE
Tints of Deep Magenta #CF09BE
RGB
CMYK
RGB Variations
Color information
#CF09BE (or 0xCF09BE) is known color: Deep Magenta. HEX triplet: CF, 09 and BE. RGB value is (207,9,190). Sum of RGB (Red+Green+Blue) = 207+9+190=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 9 (3.91% from 255 or 2.22% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF09BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF09BE is #30F641. Grayscale: #585858. Windows color (decimal): -3208770 or 12454351. OLE color: 12454351.
HSL color Cylindrical-coordinate representation of color #CF09BE: hue angle of 305.15º degrees, saturation: 0.92, 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 #CF09BE is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 190 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.19 |
| HSL | 305.15º | 0.92% | 0.42% | - |
| HSV(B) | 305.15º | 0.96% | 0.81% | - |
| XYZ | 35.12 | 17.18 | 50.18 | - |
| YUV | 88.84 | 185.1 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 190 | 0 | 0.96 | 0.08 | 0.19 | 305.15 | 0.92 | 0.42 |
| Hex | CF | 9 | BE | 0 | 60 | 8 | 13 | 131 | 5C | 2A |
| Octal | 317 | 11 | 276 | 0 | 140 | 10 | 23 | 461 | 134 | 52 |
| Binary | 11001111 | 1001 | 10111110 | 0 | 1100000 | 1000 | 10011 | 100110001 | 1011100 | 101010 |
Color Harmonies of #CF09BE
Complementary color
Monochromatic Colors of #CF09BE
Black with #CF09BE
Text Example
Text Example
White with #CF09BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF09BE; }
p { color: rgb(207,9,190); }
H1.HeaderClassName
{
color: #CF09BE;
}
.AnyTagClassName
{
color: #CF09BE;
}
</style>
background-color css
<style>
a { background-color: #CF09BE; }
a { background-color: rgb(207,9,190); }
div.DivClassName
{
background-color: #CF09BE;
}
.BgClassName
{
background-color: #CF09BE;
}
</style>
border-color css
<style>
span { border-color: #CF09BE; }
span { border-color: rgb(207,9,190); }
td.TdClassName
{
border-color: #CF09BE;
}
.TagClassName
{
border-color: #CF09BE;
}
</style>