Shades of Deep Magenta #CF28D7
Tints of Deep Magenta #CF28D7
RGB
CMYK
RGB Variations
Color information
#CF28D7 (or 0xCF28D7) is known color: Deep Magenta. HEX triplet: CF, 28 and D7. RGB value is (207,40,215). Sum of RGB (Red+Green+Blue) = 207+40+215=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 40 (16.02% from 255 or 8.66% from 462); Blue value is 215 (84.38% from 255 or 46.54% from 462); Max value from RGB is 215 - color contains mainly: blue. Hex color #CF28D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF28D7 is #30D728. Grayscale: #6D6D6D. Windows color (decimal): -3200809 or 14100687. OLE color: 14100687.
HSL color Cylindrical-coordinate representation of color #CF28D7: hue angle of 297.26º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF28D7 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 40 | 215 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.16 |
| HSL | 297.26º | 0.69% | 0.5% | - |
| HSV(B) | 297.26º | 0.81% | 0.84% | - |
| XYZ | 38.76 | 19.69 | 66.05 | - |
| YUV | 109.88 | 187.33 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 40 | 215 | 0.04 | 0.81 | 0 | 0.16 | 297.26 | 0.69 | 0.5 |
| Hex | CF | 28 | D7 | 4 | 51 | 0 | 10 | 129 | 45 | 32 |
| Octal | 317 | 50 | 327 | 4 | 121 | 0 | 20 | 451 | 105 | 62 |
| Binary | 11001111 | 101000 | 11010111 | 100 | 1010001 | 0 | 10000 | 100101001 | 1000101 | 110010 |
Color Harmonies of #CF28D7
Complementary color
Monochromatic Colors of #CF28D7
Black with #CF28D7
Text Example
Text Example
White with #CF28D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF28D7; }
p { color: rgb(207,40,215); }
H1.HeaderClassName
{
color: #CF28D7;
}
.AnyTagClassName
{
color: #CF28D7;
}
</style>
background-color css
<style>
a { background-color: #CF28D7; }
a { background-color: rgb(207,40,215); }
div.DivClassName
{
background-color: #CF28D7;
}
.BgClassName
{
background-color: #CF28D7;
}
</style>
border-color css
<style>
span { border-color: #CF28D7; }
span { border-color: rgb(207,40,215); }
td.TdClassName
{
border-color: #CF28D7;
}
.TagClassName
{
border-color: #CF28D7;
}
</style>