Shades of Deep Magenta #CF08E5
Tints of Deep Magenta #CF08E5
RGB
CMYK
RGB Variations
Color information
#CF08E5 (or 0xCF08E5) is known color: Deep Magenta. HEX triplet: CF, 08 and E5. RGB value is (207,8,229). Sum of RGB (Red+Green+Blue) = 207+8+229=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 8 (3.52% from 255 or 1.80% from 444); Blue value is 229 (89.84% from 255 or 51.58% from 444); Max value from RGB is 229 - color contains mainly: blue. Hex color #CF08E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF08E5 is #30F71A. Grayscale: #5C5C5C. Windows color (decimal): -3208987 or 15009999. OLE color: 15009999.
HSL color Cylindrical-coordinate representation of color #CF08E5: hue angle of 294.03º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF08E5 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 8 | 229 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.10 |
| HSL | 294.03º | 0.93% | 0.46% | - |
| HSV(B) | 294.03º | 0.97% | 0.9% | - |
| XYZ | 39.96 | 19.1 | 75.71 | - |
| YUV | 92.7 | 204.93 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 229 | 0.10 | 0.97 | 0 | 0.10 | 294.03 | 0.93 | 0.46 |
| Hex | CF | 8 | E5 | A | 61 | 0 | A | 126 | 5D | 2E |
| Octal | 317 | 10 | 345 | 12 | 141 | 0 | 12 | 446 | 135 | 56 |
| Binary | 11001111 | 1000 | 11100101 | 1010 | 1100001 | 0 | 1010 | 100100110 | 1011101 | 101110 |
Color Harmonies of #CF08E5
Complementary color
Monochromatic Colors of #CF08E5
Black with #CF08E5
Text Example
Text Example
White with #CF08E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF08E5; }
p { color: rgb(207,8,229); }
H1.HeaderClassName
{
color: #CF08E5;
}
.AnyTagClassName
{
color: #CF08E5;
}
</style>
background-color css
<style>
a { background-color: #CF08E5; }
a { background-color: rgb(207,8,229); }
div.DivClassName
{
background-color: #CF08E5;
}
.BgClassName
{
background-color: #CF08E5;
}
</style>
border-color css
<style>
span { border-color: #CF08E5; }
span { border-color: rgb(207,8,229); }
td.TdClassName
{
border-color: #CF08E5;
}
.TagClassName
{
border-color: #CF08E5;
}
</style>