Shades of Deep Magenta #CF07D7
Tints of Deep Magenta #CF07D7
RGB
CMYK
RGB Variations
Color information
#CF07D7 (or 0xCF07D7) is known color: Deep Magenta. HEX triplet: CF, 07 and D7. RGB value is (207,7,215). Sum of RGB (Red+Green+Blue) = 207+7+215=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 7 (3.12% from 255 or 1.63% from 429); Blue value is 215 (84.38% from 255 or 50.12% from 429); Max value from RGB is 215 - color contains mainly: blue. Hex color #CF07D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF07D7 is #30F828. Grayscale: #595959. Windows color (decimal): -3209257 or 14092239. OLE color: 14092239.
HSL color Cylindrical-coordinate representation of color #CF07D7: hue angle of 297.69º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF07D7 is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 7 | 215 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.16 |
| HSL | 297.69º | 0.94% | 0.44% | - |
| HSV(B) | 297.69º | 0.97% | 0.84% | - |
| XYZ | 38.07 | 18.32 | 65.82 | - |
| YUV | 90.51 | 198.26 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 7 | 215 | 0.04 | 0.97 | 0 | 0.16 | 297.69 | 0.94 | 0.44 |
| Hex | CF | 7 | D7 | 4 | 61 | 0 | 10 | 12A | 5E | 2C |
| Octal | 317 | 7 | 327 | 4 | 141 | 0 | 20 | 452 | 136 | 54 |
| Binary | 11001111 | 111 | 11010111 | 100 | 1100001 | 0 | 10000 | 100101010 | 1011110 | 101100 |
Color Harmonies of #CF07D7
Complementary color
Monochromatic Colors of #CF07D7
Black with #CF07D7
Text Example
Text Example
White with #CF07D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF07D7; }
p { color: rgb(207,7,215); }
H1.HeaderClassName
{
color: #CF07D7;
}
.AnyTagClassName
{
color: #CF07D7;
}
</style>
background-color css
<style>
a { background-color: #CF07D7; }
a { background-color: rgb(207,7,215); }
div.DivClassName
{
background-color: #CF07D7;
}
.BgClassName
{
background-color: #CF07D7;
}
</style>
border-color css
<style>
span { border-color: #CF07D7; }
span { border-color: rgb(207,7,215); }
td.TdClassName
{
border-color: #CF07D7;
}
.TagClassName
{
border-color: #CF07D7;
}
</style>