Shades of Deep Magenta #CF07D8
Tints of Deep Magenta #CF07D8
RGB
CMYK
RGB Variations
Color information
#CF07D8 (or 0xCF07D8) is known color: Deep Magenta. HEX triplet: CF, 07 and D8. RGB value is (207,7,216). Sum of RGB (Red+Green+Blue) = 207+7+216=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 7 (3.12% from 255 or 1.63% from 430); Blue value is 216 (84.77% from 255 or 50.23% from 430); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF07D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF07D8 is #30F827. Grayscale: #595959. Windows color (decimal): -3209256 or 14157775. OLE color: 14157775.
HSL color Cylindrical-coordinate representation of color #CF07D8: hue angle of 297.42º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF07D8 is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 7 | 216 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.15 |
| HSL | 297.42º | 0.94% | 0.44% | - |
| HSV(B) | 297.42º | 0.97% | 0.85% | - |
| XYZ | 38.2 | 18.38 | 66.5 | - |
| YUV | 90.63 | 198.76 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 7 | 216 | 0.04 | 0.97 | 0 | 0.15 | 297.42 | 0.94 | 0.44 |
| Hex | CF | 7 | D8 | 4 | 61 | 0 | F | 129 | 5E | 2C |
| Octal | 317 | 7 | 330 | 4 | 141 | 0 | 17 | 451 | 136 | 54 |
| Binary | 11001111 | 111 | 11011000 | 100 | 1100001 | 0 | 1111 | 100101001 | 1011110 | 101100 |
Color Harmonies of #CF07D8
Complementary color
Monochromatic Colors of #CF07D8
Black with #CF07D8
Text Example
Text Example
White with #CF07D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF07D8; }
p { color: rgb(207,7,216); }
H1.HeaderClassName
{
color: #CF07D8;
}
.AnyTagClassName
{
color: #CF07D8;
}
</style>
background-color css
<style>
a { background-color: #CF07D8; }
a { background-color: rgb(207,7,216); }
div.DivClassName
{
background-color: #CF07D8;
}
.BgClassName
{
background-color: #CF07D8;
}
</style>
border-color css
<style>
span { border-color: #CF07D8; }
span { border-color: rgb(207,7,216); }
td.TdClassName
{
border-color: #CF07D8;
}
.TagClassName
{
border-color: #CF07D8;
}
</style>