Shades of Deep Magenta #CF26D6
Tints of Deep Magenta #CF26D6
RGB
CMYK
RGB Variations
Color information
#CF26D6 (or 0xCF26D6) is known color: Deep Magenta. HEX triplet: CF, 26 and D6. RGB value is (207,38,214). Sum of RGB (Red+Green+Blue) = 207+38+214=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 38 (15.23% from 255 or 8.28% from 459); Blue value is 214 (83.98% from 255 or 46.62% from 459); Max value from RGB is 214 - color contains mainly: blue. Hex color #CF26D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF26D6 is #30D929. Grayscale: #6C6C6C. Windows color (decimal): -3201322 or 14034639. OLE color: 14034639.
HSL color Cylindrical-coordinate representation of color #CF26D6: hue angle of 297.61º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF26D6 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 38 | 214 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.16 |
| HSL | 297.61º | 0.7% | 0.49% | - |
| HSV(B) | 297.61º | 0.82% | 0.84% | - |
| XYZ | 38.56 | 19.51 | 65.35 | - |
| YUV | 108.6 | 187.49 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 38 | 214 | 0.03 | 0.82 | 0 | 0.16 | 297.61 | 0.7 | 0.49 |
| Hex | CF | 26 | D6 | 3 | 52 | 0 | 10 | 12A | 46 | 31 |
| Octal | 317 | 46 | 326 | 3 | 122 | 0 | 20 | 452 | 106 | 61 |
| Binary | 11001111 | 100110 | 11010110 | 11 | 1010010 | 0 | 10000 | 100101010 | 1000110 | 110001 |
Color Harmonies of #CF26D6
Complementary color
Monochromatic Colors of #CF26D6
Black with #CF26D6
Text Example
Text Example
White with #CF26D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF26D6; }
p { color: rgb(207,38,214); }
H1.HeaderClassName
{
color: #CF26D6;
}
.AnyTagClassName
{
color: #CF26D6;
}
</style>
background-color css
<style>
a { background-color: #CF26D6; }
a { background-color: rgb(207,38,214); }
div.DivClassName
{
background-color: #CF26D6;
}
.BgClassName
{
background-color: #CF26D6;
}
</style>
border-color css
<style>
span { border-color: #CF26D6; }
span { border-color: rgb(207,38,214); }
td.TdClassName
{
border-color: #CF26D6;
}
.TagClassName
{
border-color: #CF26D6;
}
</style>