Shades of Deep Magenta #CF09B0
Tints of Deep Magenta #CF09B0
RGB
CMYK
RGB Variations
Color information
#CF09B0 (or 0xCF09B0) is known color: Deep Magenta. HEX triplet: CF, 09 and B0. RGB value is (207,9,176). Sum of RGB (Red+Green+Blue) = 207+9+176=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 9 (3.91% from 255 or 2.30% from 392); Blue value is 176 (69.14% from 255 or 44.90% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF09B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF09B0 is #30F64F. Grayscale: #565656. Windows color (decimal): -3208784 or 11536847. OLE color: 11536847.
HSL color Cylindrical-coordinate representation of color #CF09B0: hue angle of 309.39º 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 #CF09B0 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 176 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.19 |
| HSL | 309.39º | 0.92% | 0.42% | - |
| HSV(B) | 309.39º | 0.96% | 0.81% | - |
| XYZ | 33.67 | 16.6 | 42.5 | - |
| YUV | 87.24 | 178.1 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 176 | 0 | 0.96 | 0.15 | 0.19 | 309.39 | 0.92 | 0.42 |
| Hex | CF | 9 | B0 | 0 | 60 | F | 13 | 135 | 5C | 2A |
| Octal | 317 | 11 | 260 | 0 | 140 | 17 | 23 | 465 | 134 | 52 |
| Binary | 11001111 | 1001 | 10110000 | 0 | 1100000 | 1111 | 10011 | 100110101 | 1011100 | 101010 |
Color Harmonies of #CF09B0
Complementary color
Monochromatic Colors of #CF09B0
Black with #CF09B0
Text Example
Text Example
White with #CF09B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF09B0; }
p { color: rgb(207,9,176); }
H1.HeaderClassName
{
color: #CF09B0;
}
.AnyTagClassName
{
color: #CF09B0;
}
</style>
background-color css
<style>
a { background-color: #CF09B0; }
a { background-color: rgb(207,9,176); }
div.DivClassName
{
background-color: #CF09B0;
}
.BgClassName
{
background-color: #CF09B0;
}
</style>
border-color css
<style>
span { border-color: #CF09B0; }
span { border-color: rgb(207,9,176); }
td.TdClassName
{
border-color: #CF09B0;
}
.TagClassName
{
border-color: #CF09B0;
}
</style>