Shades of Deep Magenta #CF09BD
Tints of Deep Magenta #CF09BD
RGB
CMYK
RGB Variations
Color information
#CF09BD (or 0xCF09BD) is known color: Deep Magenta. HEX triplet: CF, 09 and BD. RGB value is (207,9,189). Sum of RGB (Red+Green+Blue) = 207+9+189=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 9 (3.91% from 255 or 2.22% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF09BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF09BD is #30F642. Grayscale: #585858. Windows color (decimal): -3208771 or 12388815. OLE color: 12388815.
HSL color Cylindrical-coordinate representation of color #CF09BD: hue angle of 305.45º 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 #CF09BD is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 189 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.19 |
| HSL | 305.45º | 0.92% | 0.42% | - |
| HSV(B) | 305.45º | 0.96% | 0.81% | - |
| XYZ | 35.02 | 17.13 | 49.61 | - |
| YUV | 88.72 | 184.6 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 189 | 0 | 0.96 | 0.09 | 0.19 | 305.45 | 0.92 | 0.42 |
| Hex | CF | 9 | BD | 0 | 60 | 9 | 13 | 131 | 5C | 2A |
| Octal | 317 | 11 | 275 | 0 | 140 | 11 | 23 | 461 | 134 | 52 |
| Binary | 11001111 | 1001 | 10111101 | 0 | 1100000 | 1001 | 10011 | 100110001 | 1011100 | 101010 |
Color Harmonies of #CF09BD
Complementary color
Monochromatic Colors of #CF09BD
Black with #CF09BD
Text Example
Text Example
White with #CF09BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF09BD; }
p { color: rgb(207,9,189); }
H1.HeaderClassName
{
color: #CF09BD;
}
.AnyTagClassName
{
color: #CF09BD;
}
</style>
background-color css
<style>
a { background-color: #CF09BD; }
a { background-color: rgb(207,9,189); }
div.DivClassName
{
background-color: #CF09BD;
}
.BgClassName
{
background-color: #CF09BD;
}
</style>
border-color css
<style>
span { border-color: #CF09BD; }
span { border-color: rgb(207,9,189); }
td.TdClassName
{
border-color: #CF09BD;
}
.TagClassName
{
border-color: #CF09BD;
}
</style>