Shades of Deep Magenta #CF07DF
Tints of Deep Magenta #CF07DF
RGB
CMYK
RGB Variations
Color information
#CF07DF (or 0xCF07DF) is known color: Deep Magenta. HEX triplet: CF, 07 and DF. RGB value is (207,7,223). Sum of RGB (Red+Green+Blue) = 207+7+223=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 7 (3.12% from 255 or 1.60% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF07DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF07DF is #30F820. Grayscale: #5A5A5A. Windows color (decimal): -3209249 or 14616527. OLE color: 14616527.
HSL color Cylindrical-coordinate representation of color #CF07DF: hue angle of 295.56º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF07DF is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 7 | 223 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.13 |
| HSL | 295.56º | 0.94% | 0.45% | - |
| HSV(B) | 295.56º | 0.97% | 0.87% | - |
| XYZ | 39.13 | 18.75 | 71.37 | - |
| YUV | 91.42 | 202.26 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 7 | 223 | 0.07 | 0.97 | 0 | 0.13 | 295.56 | 0.94 | 0.45 |
| Hex | CF | 7 | DF | 7 | 61 | 0 | D | 128 | 5E | 2D |
| Octal | 317 | 7 | 337 | 7 | 141 | 0 | 15 | 450 | 136 | 55 |
| Binary | 11001111 | 111 | 11011111 | 111 | 1100001 | 0 | 1101 | 100101000 | 1011110 | 101101 |
Color Harmonies of #CF07DF
Complementary color
Monochromatic Colors of #CF07DF
Black with #CF07DF
Text Example
Text Example
White with #CF07DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF07DF; }
p { color: rgb(207,7,223); }
H1.HeaderClassName
{
color: #CF07DF;
}
.AnyTagClassName
{
color: #CF07DF;
}
</style>
background-color css
<style>
a { background-color: #CF07DF; }
a { background-color: rgb(207,7,223); }
div.DivClassName
{
background-color: #CF07DF;
}
.BgClassName
{
background-color: #CF07DF;
}
</style>
border-color css
<style>
span { border-color: #CF07DF; }
span { border-color: rgb(207,7,223); }
td.TdClassName
{
border-color: #CF07DF;
}
.TagClassName
{
border-color: #CF07DF;
}
</style>