Shades of Deep Magenta #CF07D6
Tints of Deep Magenta #CF07D6
RGB
CMYK
RGB Variations
Color information
#CF07D6 (or 0xCF07D6) is known color: Deep Magenta. HEX triplet: CF, 07 and D6. RGB value is (207,7,214). Sum of RGB (Red+Green+Blue) = 207+7+214=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 7 (3.12% from 255 or 1.64% from 428); Blue value is 214 (83.98% from 255 or 50% from 428); Max value from RGB is 214 - color contains mainly: blue. Hex color #CF07D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF07D6 is #30F829. Grayscale: #595959. Windows color (decimal): -3209258 or 14026703. OLE color: 14026703.
HSL color Cylindrical-coordinate representation of color #CF07D6: hue angle of 297.97º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF07D6 is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 7 | 214 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.16 |
| HSL | 297.97º | 0.94% | 0.43% | - |
| HSV(B) | 297.97º | 0.97% | 0.84% | - |
| XYZ | 37.95 | 18.27 | 65.15 | - |
| YUV | 90.4 | 197.76 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 7 | 214 | 0.03 | 0.97 | 0 | 0.16 | 297.97 | 0.94 | 0.43 |
| Hex | CF | 7 | D6 | 3 | 61 | 0 | 10 | 12A | 5E | 2B |
| Octal | 317 | 7 | 326 | 3 | 141 | 0 | 20 | 452 | 136 | 53 |
| Binary | 11001111 | 111 | 11010110 | 11 | 1100001 | 0 | 10000 | 100101010 | 1011110 | 101011 |
Color Harmonies of #CF07D6
Complementary color
Monochromatic Colors of #CF07D6
Black with #CF07D6
Text Example
Text Example
White with #CF07D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF07D6; }
p { color: rgb(207,7,214); }
H1.HeaderClassName
{
color: #CF07D6;
}
.AnyTagClassName
{
color: #CF07D6;
}
</style>
background-color css
<style>
a { background-color: #CF07D6; }
a { background-color: rgb(207,7,214); }
div.DivClassName
{
background-color: #CF07D6;
}
.BgClassName
{
background-color: #CF07D6;
}
</style>
border-color css
<style>
span { border-color: #CF07D6; }
span { border-color: rgb(207,7,214); }
td.TdClassName
{
border-color: #CF07D6;
}
.TagClassName
{
border-color: #CF07D6;
}
</style>