Shades of Deep Magenta #CF21C0
Tints of Deep Magenta #CF21C0
RGB
CMYK
RGB Variations
Color information
#CF21C0 (or 0xCF21C0) is known color: Deep Magenta. HEX triplet: CF, 21 and C0. RGB value is (207,33,192). Sum of RGB (Red+Green+Blue) = 207+33+192=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 33 (13.28% from 255 or 7.64% from 432); Blue value is 192 (75.39% from 255 or 44.44% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF21C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF21C0 is #30DE3F. Grayscale: #666666. Windows color (decimal): -3202624 or 12591567. OLE color: 12591567.
HSL color Cylindrical-coordinate representation of color #CF21C0: hue angle of 305.17º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF21C0 is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 33 | 192 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.19 |
| HSL | 305.17º | 0.73% | 0.47% | - |
| HSV(B) | 305.17º | 0.84% | 0.81% | - |
| XYZ | 35.79 | 18.16 | 51.49 | - |
| YUV | 103.15 | 178.15 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 33 | 192 | 0 | 0.84 | 0.07 | 0.19 | 305.17 | 0.73 | 0.47 |
| Hex | CF | 21 | C0 | 0 | 54 | 7 | 13 | 131 | 48 | 2F |
| Octal | 317 | 41 | 300 | 0 | 124 | 7 | 23 | 461 | 110 | 57 |
| Binary | 11001111 | 100001 | 11000000 | 0 | 1010100 | 111 | 10011 | 100110001 | 1001000 | 101111 |
Color Harmonies of #CF21C0
Complementary color
Monochromatic Colors of #CF21C0
Black with #CF21C0
Text Example
Text Example
White with #CF21C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF21C0; }
p { color: rgb(207,33,192); }
H1.HeaderClassName
{
color: #CF21C0;
}
.AnyTagClassName
{
color: #CF21C0;
}
</style>
background-color css
<style>
a { background-color: #CF21C0; }
a { background-color: rgb(207,33,192); }
div.DivClassName
{
background-color: #CF21C0;
}
.BgClassName
{
background-color: #CF21C0;
}
</style>
border-color css
<style>
span { border-color: #CF21C0; }
span { border-color: rgb(207,33,192); }
td.TdClassName
{
border-color: #CF21C0;
}
.TagClassName
{
border-color: #CF21C0;
}
</style>