Shades of Deep Magenta #CF28D5
Tints of Deep Magenta #CF28D5
RGB
CMYK
RGB Variations
Color information
#CF28D5 (or 0xCF28D5) is known color: Deep Magenta. HEX triplet: CF, 28 and D5. RGB value is (207,40,213). Sum of RGB (Red+Green+Blue) = 207+40+213=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 40 (16.02% from 255 or 8.70% from 460); Blue value is 213 (83.59% from 255 or 46.30% from 460); Max value from RGB is 213 - color contains mainly: blue. Hex color #CF28D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF28D5 is #30D72A. Grayscale: #6D6D6D. Windows color (decimal): -3200811 or 13969615. OLE color: 13969615.
HSL color Cylindrical-coordinate representation of color #CF28D5: hue angle of 297.92º degrees, saturation: 0.68, 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 #CF28D5 is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 40 | 213 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.16 |
| HSL | 297.92º | 0.68% | 0.5% | - |
| HSV(B) | 297.92º | 0.81% | 0.84% | - |
| XYZ | 38.5 | 19.59 | 64.7 | - |
| YUV | 109.66 | 186.33 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 40 | 213 | 0.03 | 0.81 | 0 | 0.16 | 297.92 | 0.68 | 0.5 |
| Hex | CF | 28 | D5 | 3 | 51 | 0 | 10 | 12A | 44 | 32 |
| Octal | 317 | 50 | 325 | 3 | 121 | 0 | 20 | 452 | 104 | 62 |
| Binary | 11001111 | 101000 | 11010101 | 11 | 1010001 | 0 | 10000 | 100101010 | 1000100 | 110010 |
Color Harmonies of #CF28D5
Complementary color
Monochromatic Colors of #CF28D5
Black with #CF28D5
Text Example
Text Example
White with #CF28D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF28D5; }
p { color: rgb(207,40,213); }
H1.HeaderClassName
{
color: #CF28D5;
}
.AnyTagClassName
{
color: #CF28D5;
}
</style>
background-color css
<style>
a { background-color: #CF28D5; }
a { background-color: rgb(207,40,213); }
div.DivClassName
{
background-color: #CF28D5;
}
.BgClassName
{
background-color: #CF28D5;
}
</style>
border-color css
<style>
span { border-color: #CF28D5; }
span { border-color: rgb(207,40,213); }
td.TdClassName
{
border-color: #CF28D5;
}
.TagClassName
{
border-color: #CF28D5;
}
</style>