Shades of Deep Magenta #CF06BD
Tints of Deep Magenta #CF06BD
RGB
CMYK
RGB Variations
Color information
#CF06BD (or 0xCF06BD) is known color: Deep Magenta. HEX triplet: CF, 06 and BD. RGB value is (207,6,189). Sum of RGB (Red+Green+Blue) = 207+6+189=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 6 (2.73% from 255 or 1.49% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF06BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF06BD is #30F942. Grayscale: #565656. Windows color (decimal): -3209539 or 12388047. OLE color: 12388047.
HSL color Cylindrical-coordinate representation of color #CF06BD: hue angle of 305.37º 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 #CF06BD is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 6 | 189 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.19 |
| HSL | 305.37º | 0.94% | 0.42% | - |
| HSV(B) | 305.37º | 0.97% | 0.81% | - |
| XYZ | 34.98 | 17.07 | 49.6 | - |
| YUV | 86.96 | 185.59 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 189 | 0 | 0.97 | 0.09 | 0.19 | 305.37 | 0.94 | 0.42 |
| Hex | CF | 6 | BD | 0 | 61 | 9 | 13 | 131 | 5E | 2A |
| Octal | 317 | 6 | 275 | 0 | 141 | 11 | 23 | 461 | 136 | 52 |
| Binary | 11001111 | 110 | 10111101 | 0 | 1100001 | 1001 | 10011 | 100110001 | 1011110 | 101010 |
Color Harmonies of #CF06BD
Complementary color
Monochromatic Colors of #CF06BD
Black with #CF06BD
Text Example
Text Example
White with #CF06BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF06BD; }
p { color: rgb(207,6,189); }
H1.HeaderClassName
{
color: #CF06BD;
}
.AnyTagClassName
{
color: #CF06BD;
}
</style>
background-color css
<style>
a { background-color: #CF06BD; }
a { background-color: rgb(207,6,189); }
div.DivClassName
{
background-color: #CF06BD;
}
.BgClassName
{
background-color: #CF06BD;
}
</style>
border-color css
<style>
span { border-color: #CF06BD; }
span { border-color: rgb(207,6,189); }
td.TdClassName
{
border-color: #CF06BD;
}
.TagClassName
{
border-color: #CF06BD;
}
</style>