Shades of Deep Magenta #CF26DA
Tints of Deep Magenta #CF26DA
RGB
CMYK
RGB Variations
Color information
#CF26DA (or 0xCF26DA) is known color: Deep Magenta. HEX triplet: CF, 26 and DA. RGB value is (207,38,218). Sum of RGB (Red+Green+Blue) = 207+38+218=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 38 (15.23% from 255 or 8.21% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF26DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF26DA is #30D925. Grayscale: #6C6C6C. Windows color (decimal): -3201318 or 14296783. OLE color: 14296783.
HSL color Cylindrical-coordinate representation of color #CF26DA: hue angle of 296.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF26DA is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 38 | 218 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.15 |
| HSL | 296.33º | 0.71% | 0.5% | - |
| HSV(B) | 296.33º | 0.83% | 0.85% | - |
| XYZ | 39.08 | 19.71 | 68.08 | - |
| YUV | 109.05 | 189.49 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 38 | 218 | 0.05 | 0.83 | 0 | 0.15 | 296.33 | 0.71 | 0.5 |
| Hex | CF | 26 | DA | 5 | 53 | 0 | F | 128 | 47 | 32 |
| Octal | 317 | 46 | 332 | 5 | 123 | 0 | 17 | 450 | 107 | 62 |
| Binary | 11001111 | 100110 | 11011010 | 101 | 1010011 | 0 | 1111 | 100101000 | 1000111 | 110010 |
Color Harmonies of #CF26DA
Complementary color
Monochromatic Colors of #CF26DA
Black with #CF26DA
Text Example
Text Example
White with #CF26DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF26DA; }
p { color: rgb(207,38,218); }
H1.HeaderClassName
{
color: #CF26DA;
}
.AnyTagClassName
{
color: #CF26DA;
}
</style>
background-color css
<style>
a { background-color: #CF26DA; }
a { background-color: rgb(207,38,218); }
div.DivClassName
{
background-color: #CF26DA;
}
.BgClassName
{
background-color: #CF26DA;
}
</style>
border-color css
<style>
span { border-color: #CF26DA; }
span { border-color: rgb(207,38,218); }
td.TdClassName
{
border-color: #CF26DA;
}
.TagClassName
{
border-color: #CF26DA;
}
</style>