Shades of Deep Magenta #CF21CA
Tints of Deep Magenta #CF21CA
RGB
CMYK
RGB Variations
Color information
#CF21CA (or 0xCF21CA) is known color: Deep Magenta. HEX triplet: CF, 21 and CA. RGB value is (207,33,202). Sum of RGB (Red+Green+Blue) = 207+33+202=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 33 (13.28% from 255 or 7.47% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CF21CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF21CA is #30DE35. Grayscale: #676767. Windows color (decimal): -3202614 or 13246927. OLE color: 13246927.
HSL color Cylindrical-coordinate representation of color #CF21CA: hue angle of 301.72º 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 #CF21CA is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 33 | 202 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.19 |
| HSL | 301.72º | 0.73% | 0.47% | - |
| HSV(B) | 301.72º | 0.84% | 0.81% | - |
| XYZ | 36.94 | 18.62 | 57.52 | - |
| YUV | 104.29 | 183.15 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 33 | 202 | 0 | 0.84 | 0.02 | 0.19 | 301.72 | 0.73 | 0.47 |
| Hex | CF | 21 | CA | 0 | 54 | 2 | 13 | 12E | 48 | 2F |
| Octal | 317 | 41 | 312 | 0 | 124 | 2 | 23 | 456 | 110 | 57 |
| Binary | 11001111 | 100001 | 11001010 | 0 | 1010100 | 10 | 10011 | 100101110 | 1001000 | 101111 |
Color Harmonies of #CF21CA
Complementary color
Monochromatic Colors of #CF21CA
Black with #CF21CA
Text Example
Text Example
White with #CF21CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF21CA; }
p { color: rgb(207,33,202); }
H1.HeaderClassName
{
color: #CF21CA;
}
.AnyTagClassName
{
color: #CF21CA;
}
</style>
background-color css
<style>
a { background-color: #CF21CA; }
a { background-color: rgb(207,33,202); }
div.DivClassName
{
background-color: #CF21CA;
}
.BgClassName
{
background-color: #CF21CA;
}
</style>
border-color css
<style>
span { border-color: #CF21CA; }
span { border-color: rgb(207,33,202); }
td.TdClassName
{
border-color: #CF21CA;
}
.TagClassName
{
border-color: #CF21CA;
}
</style>