Shades of Deep Magenta #CF26BB
Tints of Deep Magenta #CF26BB
RGB
CMYK
RGB Variations
Color information
#CF26BB (or 0xCF26BB) is known color: Deep Magenta. HEX triplet: CF, 26 and BB. RGB value is (207,38,187). Sum of RGB (Red+Green+Blue) = 207+38+187=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 38 (15.23% from 255 or 8.80% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF26BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF26BB is #30D944. Grayscale: #696969. Windows color (decimal): -3201349 or 12265167. OLE color: 12265167.
HSL color Cylindrical-coordinate representation of color #CF26BB: hue angle of 307.1º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF26BB is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 38 | 187 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.19 |
| HSL | 307.1º | 0.69% | 0.48% | - |
| HSV(B) | 307.1º | 0.82% | 0.81% | - |
| XYZ | 35.39 | 18.24 | 48.67 | - |
| YUV | 105.52 | 173.99 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 38 | 187 | 0 | 0.82 | 0.10 | 0.19 | 307.1 | 0.69 | 0.48 |
| Hex | CF | 26 | BB | 0 | 52 | A | 13 | 133 | 45 | 30 |
| Octal | 317 | 46 | 273 | 0 | 122 | 12 | 23 | 463 | 105 | 60 |
| Binary | 11001111 | 100110 | 10111011 | 0 | 1010010 | 1010 | 10011 | 100110011 | 1000101 | 110000 |
Color Harmonies of #CF26BB
Complementary color
Monochromatic Colors of #CF26BB
Black with #CF26BB
Text Example
Text Example
White with #CF26BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF26BB; }
p { color: rgb(207,38,187); }
H1.HeaderClassName
{
color: #CF26BB;
}
.AnyTagClassName
{
color: #CF26BB;
}
</style>
background-color css
<style>
a { background-color: #CF26BB; }
a { background-color: rgb(207,38,187); }
div.DivClassName
{
background-color: #CF26BB;
}
.BgClassName
{
background-color: #CF26BB;
}
</style>
border-color css
<style>
span { border-color: #CF26BB; }
span { border-color: rgb(207,38,187); }
td.TdClassName
{
border-color: #CF26BB;
}
.TagClassName
{
border-color: #CF26BB;
}
</style>