Shades of Deep Magenta #CF08DF
Tints of Deep Magenta #CF08DF
RGB
CMYK
RGB Variations
Color information
#CF08DF (or 0xCF08DF) is known color: Deep Magenta. HEX triplet: CF, 08 and DF. RGB value is (207,8,223). Sum of RGB (Red+Green+Blue) = 207+8+223=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 8 (3.52% from 255 or 1.83% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF08DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF08DF is #30F720. Grayscale: #5B5B5B. Windows color (decimal): -3208993 or 14616783. OLE color: 14616783.
HSL color Cylindrical-coordinate representation of color #CF08DF: hue angle of 295.53º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF08DF is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 8 | 223 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.13 |
| HSL | 295.53º | 0.93% | 0.45% | - |
| HSV(B) | 295.53º | 0.96% | 0.87% | - |
| XYZ | 39.14 | 18.77 | 71.37 | - |
| YUV | 92.01 | 201.93 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 223 | 0.07 | 0.96 | 0 | 0.13 | 295.53 | 0.93 | 0.45 |
| Hex | CF | 8 | DF | 7 | 60 | 0 | D | 128 | 5D | 2D |
| Octal | 317 | 10 | 337 | 7 | 140 | 0 | 15 | 450 | 135 | 55 |
| Binary | 11001111 | 1000 | 11011111 | 111 | 1100000 | 0 | 1101 | 100101000 | 1011101 | 101101 |
Color Harmonies of #CF08DF
Complementary color
Monochromatic Colors of #CF08DF
Black with #CF08DF
Text Example
Text Example
White with #CF08DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF08DF; }
p { color: rgb(207,8,223); }
H1.HeaderClassName
{
color: #CF08DF;
}
.AnyTagClassName
{
color: #CF08DF;
}
</style>
background-color css
<style>
a { background-color: #CF08DF; }
a { background-color: rgb(207,8,223); }
div.DivClassName
{
background-color: #CF08DF;
}
.BgClassName
{
background-color: #CF08DF;
}
</style>
border-color css
<style>
span { border-color: #CF08DF; }
span { border-color: rgb(207,8,223); }
td.TdClassName
{
border-color: #CF08DF;
}
.TagClassName
{
border-color: #CF08DF;
}
</style>