Shades of Deep Magenta #CF28D0
Tints of Deep Magenta #CF28D0
RGB
CMYK
RGB Variations
Color information
#CF28D0 (or 0xCF28D0) is known color: Deep Magenta. HEX triplet: CF, 28 and D0. RGB value is (207,40,208). Sum of RGB (Red+Green+Blue) = 207+40+208=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 40 (16.02% from 255 or 8.79% from 455); Blue value is 208 (81.64% from 255 or 45.71% from 455); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF28D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF28D0 is #30D72F. Grayscale: #6C6C6C. Windows color (decimal): -3200816 or 13641935. OLE color: 13641935.
HSL color Cylindrical-coordinate representation of color #CF28D0: hue angle of 299.64º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF28D0 is Cyan = 0.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 40 | 208 | - |
| CMYK | 0.00 | 0.81 | 0 | 0.18 |
| HSL | 299.64º | 0.68% | 0.49% | - |
| HSV(B) | 299.64º | 0.81% | 0.82% | - |
| XYZ | 37.88 | 19.34 | 61.41 | - |
| YUV | 109.09 | 183.83 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 40 | 208 | 0.00 | 0.81 | 0 | 0.18 | 299.64 | 0.68 | 0.49 |
| Hex | CF | 28 | D0 | 0 | 51 | 0 | 12 | 12C | 44 | 31 |
| Octal | 317 | 50 | 320 | 0 | 121 | 0 | 22 | 454 | 104 | 61 |
| Binary | 11001111 | 101000 | 11010000 | 0 | 1010001 | 0 | 10010 | 100101100 | 1000100 | 110001 |
Color Harmonies of #CF28D0
Complementary color
Monochromatic Colors of #CF28D0
Black with #CF28D0
Text Example
Text Example
White with #CF28D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF28D0; }
p { color: rgb(207,40,208); }
H1.HeaderClassName
{
color: #CF28D0;
}
.AnyTagClassName
{
color: #CF28D0;
}
</style>
background-color css
<style>
a { background-color: #CF28D0; }
a { background-color: rgb(207,40,208); }
div.DivClassName
{
background-color: #CF28D0;
}
.BgClassName
{
background-color: #CF28D0;
}
</style>
border-color css
<style>
span { border-color: #CF28D0; }
span { border-color: rgb(207,40,208); }
td.TdClassName
{
border-color: #CF28D0;
}
.TagClassName
{
border-color: #CF28D0;
}
</style>