Shades of Deep Magenta #CF28D3
Tints of Deep Magenta #CF28D3
RGB
CMYK
RGB Variations
Color information
#CF28D3 (or 0xCF28D3) is known color: Deep Magenta. HEX triplet: CF, 28 and D3. RGB value is (207,40,211). Sum of RGB (Red+Green+Blue) = 207+40+211=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 40 (16.02% from 255 or 8.73% from 458); Blue value is 211 (82.81% from 255 or 46.07% from 458); Max value from RGB is 211 - color contains mainly: blue. Hex color #CF28D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF28D3 is #30D72C. Grayscale: #6C6C6C. Windows color (decimal): -3200813 or 13838543. OLE color: 13838543.
HSL color Cylindrical-coordinate representation of color #CF28D3: hue angle of 298.6º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF28D3 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 40 | 211 | - |
| CMYK | 0.02 | 0.81 | 0 | 0.17 |
| HSL | 298.6º | 0.68% | 0.49% | - |
| HSV(B) | 298.6º | 0.81% | 0.83% | - |
| XYZ | 38.25 | 19.49 | 63.37 | - |
| YUV | 109.43 | 185.33 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 40 | 211 | 0.02 | 0.81 | 0 | 0.17 | 298.6 | 0.68 | 0.49 |
| Hex | CF | 28 | D3 | 2 | 51 | 0 | 11 | 12B | 44 | 31 |
| Octal | 317 | 50 | 323 | 2 | 121 | 0 | 21 | 453 | 104 | 61 |
| Binary | 11001111 | 101000 | 11010011 | 10 | 1010001 | 0 | 10001 | 100101011 | 1000100 | 110001 |
Color Harmonies of #CF28D3
Complementary color
Monochromatic Colors of #CF28D3
Black with #CF28D3
Text Example
Text Example
White with #CF28D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF28D3; }
p { color: rgb(207,40,211); }
H1.HeaderClassName
{
color: #CF28D3;
}
.AnyTagClassName
{
color: #CF28D3;
}
</style>
background-color css
<style>
a { background-color: #CF28D3; }
a { background-color: rgb(207,40,211); }
div.DivClassName
{
background-color: #CF28D3;
}
.BgClassName
{
background-color: #CF28D3;
}
</style>
border-color css
<style>
span { border-color: #CF28D3; }
span { border-color: rgb(207,40,211); }
td.TdClassName
{
border-color: #CF28D3;
}
.TagClassName
{
border-color: #CF28D3;
}
</style>