Shades of Deep Magenta #CF06AF
Tints of Deep Magenta #CF06AF
RGB
CMYK
RGB Variations
Color information
#CF06AF (or 0xCF06AF) is known color: Deep Magenta. HEX triplet: CF, 06 and AF. RGB value is (207,6,175). Sum of RGB (Red+Green+Blue) = 207+6+175=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 6 (2.73% from 255 or 1.55% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF06AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF06AF is #30F950. Grayscale: #545454. Windows color (decimal): -3209553 or 11470543. OLE color: 11470543.
HSL color Cylindrical-coordinate representation of color #CF06AF: hue angle of 309.55º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF06AF is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 6 | 175 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.19 |
| HSL | 309.55º | 0.94% | 0.42% | - |
| HSV(B) | 309.55º | 0.97% | 0.81% | - |
| XYZ | 33.54 | 16.49 | 41.97 | - |
| YUV | 85.37 | 178.59 | 214.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 175 | 0 | 0.97 | 0.15 | 0.19 | 309.55 | 0.94 | 0.42 |
| Hex | CF | 6 | AF | 0 | 61 | F | 13 | 136 | 5E | 2A |
| Octal | 317 | 6 | 257 | 0 | 141 | 17 | 23 | 466 | 136 | 52 |
| Binary | 11001111 | 110 | 10101111 | 0 | 1100001 | 1111 | 10011 | 100110110 | 1011110 | 101010 |
Color Harmonies of #CF06AF
Complementary color
Monochromatic Colors of #CF06AF
Black with #CF06AF
Text Example
Text Example
White with #CF06AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF06AF; }
p { color: rgb(207,6,175); }
H1.HeaderClassName
{
color: #CF06AF;
}
.AnyTagClassName
{
color: #CF06AF;
}
</style>
background-color css
<style>
a { background-color: #CF06AF; }
a { background-color: rgb(207,6,175); }
div.DivClassName
{
background-color: #CF06AF;
}
.BgClassName
{
background-color: #CF06AF;
}
</style>
border-color css
<style>
span { border-color: #CF06AF; }
span { border-color: rgb(207,6,175); }
td.TdClassName
{
border-color: #CF06AF;
}
.TagClassName
{
border-color: #CF06AF;
}
</style>