Shades of Deep Magenta #CF21D0
Tints of Deep Magenta #CF21D0
RGB
CMYK
RGB Variations
Color information
#CF21D0 (or 0xCF21D0) is known color: Deep Magenta. HEX triplet: CF, 21 and D0. RGB value is (207,33,208). Sum of RGB (Red+Green+Blue) = 207+33+208=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 33 (13.28% from 255 or 7.37% from 448); Blue value is 208 (81.64% from 255 or 46.43% from 448); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF21D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF21D0 is #30DE2F. Grayscale: #686868. Windows color (decimal): -3202608 or 13640143. OLE color: 13640143.
HSL color Cylindrical-coordinate representation of color #CF21D0: hue angle of 299.66º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF21D0 is Cyan = 0.00, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 33 | 208 | - |
| CMYK | 0.00 | 0.84 | 0 | 0.18 |
| HSL | 299.66º | 0.73% | 0.47% | - |
| HSV(B) | 299.66º | 0.84% | 0.82% | - |
| XYZ | 37.66 | 18.91 | 61.34 | - |
| YUV | 104.98 | 186.15 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 33 | 208 | 0.00 | 0.84 | 0 | 0.18 | 299.66 | 0.73 | 0.47 |
| Hex | CF | 21 | D0 | 0 | 54 | 0 | 12 | 12C | 49 | 2F |
| Octal | 317 | 41 | 320 | 0 | 124 | 0 | 22 | 454 | 111 | 57 |
| Binary | 11001111 | 100001 | 11010000 | 0 | 1010100 | 0 | 10010 | 100101100 | 1001001 | 101111 |
Color Harmonies of #CF21D0
Complementary color
Monochromatic Colors of #CF21D0
Black with #CF21D0
Text Example
Text Example
White with #CF21D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF21D0; }
p { color: rgb(207,33,208); }
H1.HeaderClassName
{
color: #CF21D0;
}
.AnyTagClassName
{
color: #CF21D0;
}
</style>
background-color css
<style>
a { background-color: #CF21D0; }
a { background-color: rgb(207,33,208); }
div.DivClassName
{
background-color: #CF21D0;
}
.BgClassName
{
background-color: #CF21D0;
}
</style>
border-color css
<style>
span { border-color: #CF21D0; }
span { border-color: rgb(207,33,208); }
td.TdClassName
{
border-color: #CF21D0;
}
.TagClassName
{
border-color: #CF21D0;
}
</style>