Shades of Deep Magenta #CF26D9
Tints of Deep Magenta #CF26D9
RGB
CMYK
RGB Variations
Color information
#CF26D9 (or 0xCF26D9) is known color: Deep Magenta. HEX triplet: CF, 26 and D9. RGB value is (207,38,217). Sum of RGB (Red+Green+Blue) = 207+38+217=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 38 (15.23% from 255 or 8.23% from 462); Blue value is 217 (85.16% from 255 or 46.97% from 462); Max value from RGB is 217 - color contains mainly: blue. Hex color #CF26D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF26D9 is #30D926. Grayscale: #6C6C6C. Windows color (decimal): -3201319 or 14231247. OLE color: 14231247.
HSL color Cylindrical-coordinate representation of color #CF26D9: hue angle of 296.65º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF26D9 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 38 | 217 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.15 |
| HSL | 296.65º | 0.7% | 0.5% | - |
| HSV(B) | 296.65º | 0.82% | 0.85% | - |
| XYZ | 38.95 | 19.66 | 67.39 | - |
| YUV | 108.94 | 188.99 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 38 | 217 | 0.05 | 0.82 | 0 | 0.15 | 296.65 | 0.7 | 0.5 |
| Hex | CF | 26 | D9 | 5 | 52 | 0 | F | 129 | 46 | 32 |
| Octal | 317 | 46 | 331 | 5 | 122 | 0 | 17 | 451 | 106 | 62 |
| Binary | 11001111 | 100110 | 11011001 | 101 | 1010010 | 0 | 1111 | 100101001 | 1000110 | 110010 |
Color Harmonies of #CF26D9
Complementary color
Monochromatic Colors of #CF26D9
Black with #CF26D9
Text Example
Text Example
White with #CF26D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF26D9; }
p { color: rgb(207,38,217); }
H1.HeaderClassName
{
color: #CF26D9;
}
.AnyTagClassName
{
color: #CF26D9;
}
</style>
background-color css
<style>
a { background-color: #CF26D9; }
a { background-color: rgb(207,38,217); }
div.DivClassName
{
background-color: #CF26D9;
}
.BgClassName
{
background-color: #CF26D9;
}
</style>
border-color css
<style>
span { border-color: #CF26D9; }
span { border-color: rgb(207,38,217); }
td.TdClassName
{
border-color: #CF26D9;
}
.TagClassName
{
border-color: #CF26D9;
}
</style>