Shades of Deep Magenta #CF09AD
Tints of Deep Magenta #CF09AD
RGB
CMYK
RGB Variations
Color information
#CF09AD (or 0xCF09AD) is known color: Deep Magenta. HEX triplet: CF, 09 and AD. RGB value is (207,9,173). Sum of RGB (Red+Green+Blue) = 207+9+173=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 9 (3.91% from 255 or 2.31% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF09AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF09AD is #30F652. Grayscale: #565656. Windows color (decimal): -3208787 or 11340239. OLE color: 11340239.
HSL color Cylindrical-coordinate representation of color #CF09AD: hue angle of 310.3º 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 #CF09AD is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 173 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.19 |
| HSL | 310.3º | 0.92% | 0.42% | - |
| HSV(B) | 310.3º | 0.96% | 0.81% | - |
| XYZ | 33.37 | 16.48 | 40.96 | - |
| YUV | 86.9 | 176.6 | 213.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 173 | 0 | 0.96 | 0.16 | 0.19 | 310.3 | 0.92 | 0.42 |
| Hex | CF | 9 | AD | 0 | 60 | 10 | 13 | 136 | 5C | 2A |
| Octal | 317 | 11 | 255 | 0 | 140 | 20 | 23 | 466 | 134 | 52 |
| Binary | 11001111 | 1001 | 10101101 | 0 | 1100000 | 10000 | 10011 | 100110110 | 1011100 | 101010 |
Color Harmonies of #CF09AD
Complementary color
Monochromatic Colors of #CF09AD
Black with #CF09AD
Text Example
Text Example
White with #CF09AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF09AD; }
p { color: rgb(207,9,173); }
H1.HeaderClassName
{
color: #CF09AD;
}
.AnyTagClassName
{
color: #CF09AD;
}
</style>
background-color css
<style>
a { background-color: #CF09AD; }
a { background-color: rgb(207,9,173); }
div.DivClassName
{
background-color: #CF09AD;
}
.BgClassName
{
background-color: #CF09AD;
}
</style>
border-color css
<style>
span { border-color: #CF09AD; }
span { border-color: rgb(207,9,173); }
td.TdClassName
{
border-color: #CF09AD;
}
.TagClassName
{
border-color: #CF09AD;
}
</style>