Shades of Deep Magenta #CF06C2
Tints of Deep Magenta #CF06C2
RGB
CMYK
RGB Variations
Color information
#CF06C2 (or 0xCF06C2) is known color: Deep Magenta. HEX triplet: CF, 06 and C2. RGB value is (207,6,194). Sum of RGB (Red+Green+Blue) = 207+6+194=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 6 (2.73% from 255 or 1.47% from 407); Blue value is 194 (76.17% from 255 or 47.67% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CF06C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF06C2 is #30F93D. Grayscale: #565656. Windows color (decimal): -3209534 or 12715727. OLE color: 12715727.
HSL color Cylindrical-coordinate representation of color #CF06C2: hue angle of 303.88º 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 #CF06C2 is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 6 | 194 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.19 |
| HSL | 303.88º | 0.94% | 0.42% | - |
| HSV(B) | 303.88º | 0.97% | 0.81% | - |
| XYZ | 35.53 | 17.29 | 52.5 | - |
| YUV | 87.53 | 188.09 | 213.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 194 | 0 | 0.97 | 0.06 | 0.19 | 303.88 | 0.94 | 0.42 |
| Hex | CF | 6 | C2 | 0 | 61 | 6 | 13 | 130 | 5E | 2A |
| Octal | 317 | 6 | 302 | 0 | 141 | 6 | 23 | 460 | 136 | 52 |
| Binary | 11001111 | 110 | 11000010 | 0 | 1100001 | 110 | 10011 | 100110000 | 1011110 | 101010 |
Color Harmonies of #CF06C2
Complementary color
Monochromatic Colors of #CF06C2
Black with #CF06C2
Text Example
Text Example
White with #CF06C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF06C2; }
p { color: rgb(207,6,194); }
H1.HeaderClassName
{
color: #CF06C2;
}
.AnyTagClassName
{
color: #CF06C2;
}
</style>
background-color css
<style>
a { background-color: #CF06C2; }
a { background-color: rgb(207,6,194); }
div.DivClassName
{
background-color: #CF06C2;
}
.BgClassName
{
background-color: #CF06C2;
}
</style>
border-color css
<style>
span { border-color: #CF06C2; }
span { border-color: rgb(207,6,194); }
td.TdClassName
{
border-color: #CF06C2;
}
.TagClassName
{
border-color: #CF06C2;
}
</style>