Shades of Deep Magenta #CF28DC
Tints of Deep Magenta #CF28DC
RGB
CMYK
RGB Variations
Color information
#CF28DC (or 0xCF28DC) is known color: Deep Magenta. HEX triplet: CF, 28 and DC. RGB value is (207,40,220). Sum of RGB (Red+Green+Blue) = 207+40+220=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 40 (16.02% from 255 or 8.57% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF28DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF28DC is #30D723. Grayscale: #6D6D6D. Windows color (decimal): -3200804 or 14428367. OLE color: 14428367.
HSL color Cylindrical-coordinate representation of color #CF28DC: hue angle of 295.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF28DC is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 40 | 220 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.14 |
| HSL | 295.67º | 0.72% | 0.51% | - |
| HSV(B) | 295.67º | 0.82% | 0.86% | - |
| XYZ | 39.41 | 19.95 | 69.48 | - |
| YUV | 110.45 | 189.83 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 40 | 220 | 0.06 | 0.82 | 0 | 0.14 | 295.67 | 0.72 | 0.51 |
| Hex | CF | 28 | DC | 6 | 52 | 0 | E | 128 | 48 | 33 |
| Octal | 317 | 50 | 334 | 6 | 122 | 0 | 16 | 450 | 110 | 63 |
| Binary | 11001111 | 101000 | 11011100 | 110 | 1010010 | 0 | 1110 | 100101000 | 1001000 | 110011 |
Color Harmonies of #CF28DC
Complementary color
Monochromatic Colors of #CF28DC
Black with #CF28DC
Text Example
Text Example
White with #CF28DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF28DC; }
p { color: rgb(207,40,220); }
H1.HeaderClassName
{
color: #CF28DC;
}
.AnyTagClassName
{
color: #CF28DC;
}
</style>
background-color css
<style>
a { background-color: #CF28DC; }
a { background-color: rgb(207,40,220); }
div.DivClassName
{
background-color: #CF28DC;
}
.BgClassName
{
background-color: #CF28DC;
}
</style>
border-color css
<style>
span { border-color: #CF28DC; }
span { border-color: rgb(207,40,220); }
td.TdClassName
{
border-color: #CF28DC;
}
.TagClassName
{
border-color: #CF28DC;
}
</style>