Shades of Deep Magenta #CF08D6
Tints of Deep Magenta #CF08D6
RGB
CMYK
RGB Variations
Color information
#CF08D6 (or 0xCF08D6) is known color: Deep Magenta. HEX triplet: CF, 08 and D6. RGB value is (207,8,214). Sum of RGB (Red+Green+Blue) = 207+8+214=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 8 (3.52% from 255 or 1.86% from 429); Blue value is 214 (83.98% from 255 or 49.88% from 429); Max value from RGB is 214 - color contains mainly: blue. Hex color #CF08D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF08D6 is #30F729. Grayscale: #5A5A5A. Windows color (decimal): -3209002 or 14026959. OLE color: 14026959.
HSL color Cylindrical-coordinate representation of color #CF08D6: hue angle of 297.96º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF08D6 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 8 | 214 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.16 |
| HSL | 297.96º | 0.93% | 0.44% | - |
| HSV(B) | 297.96º | 0.96% | 0.84% | - |
| XYZ | 37.96 | 18.29 | 65.15 | - |
| YUV | 90.99 | 197.43 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 214 | 0.03 | 0.96 | 0 | 0.16 | 297.96 | 0.93 | 0.44 |
| Hex | CF | 8 | D6 | 3 | 60 | 0 | 10 | 12A | 5D | 2C |
| Octal | 317 | 10 | 326 | 3 | 140 | 0 | 20 | 452 | 135 | 54 |
| Binary | 11001111 | 1000 | 11010110 | 11 | 1100000 | 0 | 10000 | 100101010 | 1011101 | 101100 |
Color Harmonies of #CF08D6
Complementary color
Monochromatic Colors of #CF08D6
Black with #CF08D6
Text Example
Text Example
White with #CF08D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF08D6; }
p { color: rgb(207,8,214); }
H1.HeaderClassName
{
color: #CF08D6;
}
.AnyTagClassName
{
color: #CF08D6;
}
</style>
background-color css
<style>
a { background-color: #CF08D6; }
a { background-color: rgb(207,8,214); }
div.DivClassName
{
background-color: #CF08D6;
}
.BgClassName
{
background-color: #CF08D6;
}
</style>
border-color css
<style>
span { border-color: #CF08D6; }
span { border-color: rgb(207,8,214); }
td.TdClassName
{
border-color: #CF08D6;
}
.TagClassName
{
border-color: #CF08D6;
}
</style>