Shades of Deep Magenta #CF26E6
Tints of Deep Magenta #CF26E6
RGB
CMYK
RGB Variations
Color information
#CF26E6 (or 0xCF26E6) is known color: Deep Magenta. HEX triplet: CF, 26 and E6. RGB value is (207,38,230). Sum of RGB (Red+Green+Blue) = 207+38+230=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 38 (15.23% from 255 or 8% from 475); Blue value is 230 (90.23% from 255 or 48.42% from 475); Max value from RGB is 230 - color contains mainly: blue. Hex color #CF26E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF26E6 is #30D919. Grayscale: #6D6D6D. Windows color (decimal): -3201306 or 15083215. OLE color: 15083215.
HSL color Cylindrical-coordinate representation of color #CF26E6: hue angle of 292.81º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF26E6 is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 38 | 230 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.10 |
| HSL | 292.81º | 0.79% | 0.53% | - |
| HSV(B) | 292.81º | 0.83% | 0.9% | - |
| XYZ | 40.71 | 20.36 | 76.65 | - |
| YUV | 110.42 | 195.49 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 38 | 230 | 0.10 | 0.83 | 0 | 0.10 | 292.81 | 0.79 | 0.53 |
| Hex | CF | 26 | E6 | A | 53 | 0 | A | 125 | 4F | 35 |
| Octal | 317 | 46 | 346 | 12 | 123 | 0 | 12 | 445 | 117 | 65 |
| Binary | 11001111 | 100110 | 11100110 | 1010 | 1010011 | 0 | 1010 | 100100101 | 1001111 | 110101 |
Color Harmonies of #CF26E6
Complementary color
Monochromatic Colors of #CF26E6
Black with #CF26E6
Text Example
Text Example
White with #CF26E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF26E6; }
p { color: rgb(207,38,230); }
H1.HeaderClassName
{
color: #CF26E6;
}
.AnyTagClassName
{
color: #CF26E6;
}
</style>
background-color css
<style>
a { background-color: #CF26E6; }
a { background-color: rgb(207,38,230); }
div.DivClassName
{
background-color: #CF26E6;
}
.BgClassName
{
background-color: #CF26E6;
}
</style>
border-color css
<style>
span { border-color: #CF26E6; }
span { border-color: rgb(207,38,230); }
td.TdClassName
{
border-color: #CF26E6;
}
.TagClassName
{
border-color: #CF26E6;
}
</style>