Shades of Deep Magenta #CF06C6
Tints of Deep Magenta #CF06C6
RGB
CMYK
RGB Variations
Color information
#CF06C6 (or 0xCF06C6) is known color: Deep Magenta. HEX triplet: CF, 06 and C6. RGB value is (207,6,198). Sum of RGB (Red+Green+Blue) = 207+6+198=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 6 (2.73% from 255 or 1.46% from 411); Blue value is 198 (77.73% from 255 or 48.18% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF06C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF06C6 is #30F939. Grayscale: #575757. Windows color (decimal): -3209530 or 12977871. OLE color: 12977871.
HSL color Cylindrical-coordinate representation of color #CF06C6: hue angle of 302.69º 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 #CF06C6 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 6 | 198 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.19 |
| HSL | 302.69º | 0.94% | 0.42% | - |
| HSV(B) | 302.69º | 0.97% | 0.81% | - |
| XYZ | 35.99 | 17.47 | 54.9 | - |
| YUV | 87.99 | 190.09 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 198 | 0 | 0.97 | 0.04 | 0.19 | 302.69 | 0.94 | 0.42 |
| Hex | CF | 6 | C6 | 0 | 61 | 4 | 13 | 12F | 5E | 2A |
| Octal | 317 | 6 | 306 | 0 | 141 | 4 | 23 | 457 | 136 | 52 |
| Binary | 11001111 | 110 | 11000110 | 0 | 1100001 | 100 | 10011 | 100101111 | 1011110 | 101010 |
Color Harmonies of #CF06C6
Complementary color
Monochromatic Colors of #CF06C6
Black with #CF06C6
Text Example
Text Example
White with #CF06C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF06C6; }
p { color: rgb(207,6,198); }
H1.HeaderClassName
{
color: #CF06C6;
}
.AnyTagClassName
{
color: #CF06C6;
}
</style>
background-color css
<style>
a { background-color: #CF06C6; }
a { background-color: rgb(207,6,198); }
div.DivClassName
{
background-color: #CF06C6;
}
.BgClassName
{
background-color: #CF06C6;
}
</style>
border-color css
<style>
span { border-color: #CF06C6; }
span { border-color: rgb(207,6,198); }
td.TdClassName
{
border-color: #CF06C6;
}
.TagClassName
{
border-color: #CF06C6;
}
</style>