Shades of Deep Magenta #CF21CF
Tints of Deep Magenta #CF21CF
RGB
CMYK
RGB Variations
Color information
#CF21CF (or 0xCF21CF) is known color: Deep Magenta. HEX triplet: CF, 21 and CF. RGB value is (207,33,207). Sum of RGB (Red+Green+Blue) = 207+33+207=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 33 (13.28% from 255 or 7.38% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF21CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF21CF is #30DE30. Grayscale: #686868. Windows color (decimal): -3202609 or 13574607. OLE color: 13574607.
HSL color Cylindrical-coordinate representation of color #CF21CF: hue angle of 300º 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 #CF21CF is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 33 | 207 | - |
| CMYK | 0 | 0.84 | 0 | 0.19 |
| HSL | 300º | 0.73% | 0.47% | - |
| HSV(B) | 300º | 0.84% | 0.81% | - |
| XYZ | 37.54 | 18.86 | 60.69 | - |
| YUV | 104.86 | 185.65 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 33 | 207 | 0 | 0.84 | 0 | 0.19 | 300 | 0.73 | 0.47 |
| Hex | CF | 21 | CF | 0 | 54 | 0 | 13 | 12C | 48 | 2F |
| Octal | 317 | 41 | 317 | 0 | 124 | 0 | 23 | 454 | 110 | 57 |
| Binary | 11001111 | 100001 | 11001111 | 0 | 1010100 | 0 | 10011 | 100101100 | 1001000 | 101111 |
Color Harmonies of #CF21CF
Complementary color
Monochromatic Colors of #CF21CF
Black with #CF21CF
Text Example
Text Example
White with #CF21CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF21CF; }
p { color: rgb(207,33,207); }
H1.HeaderClassName
{
color: #CF21CF;
}
.AnyTagClassName
{
color: #CF21CF;
}
</style>
background-color css
<style>
a { background-color: #CF21CF; }
a { background-color: rgb(207,33,207); }
div.DivClassName
{
background-color: #CF21CF;
}
.BgClassName
{
background-color: #CF21CF;
}
</style>
border-color css
<style>
span { border-color: #CF21CF; }
span { border-color: rgb(207,33,207); }
td.TdClassName
{
border-color: #CF21CF;
}
.TagClassName
{
border-color: #CF21CF;
}
</style>