Shades of Deep Magenta #CF21B5
Tints of Deep Magenta #CF21B5
RGB
CMYK
RGB Variations
Color information
#CF21B5 (or 0xCF21B5) is known color: Deep Magenta. HEX triplet: CF, 21 and B5. RGB value is (207,33,181). Sum of RGB (Red+Green+Blue) = 207+33+181=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 33 (13.28% from 255 or 7.84% from 421); Blue value is 181 (71.09% from 255 or 42.99% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF21B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF21B5 is #30DE4A. Grayscale: #656565. Windows color (decimal): -3202635 or 11870671. OLE color: 11870671.
HSL color Cylindrical-coordinate representation of color #CF21B5: hue angle of 308.97º 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 #CF21B5 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 33 | 181 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.19 |
| HSL | 308.97º | 0.73% | 0.47% | - |
| HSV(B) | 308.97º | 0.84% | 0.81% | - |
| XYZ | 34.62 | 17.69 | 45.31 | - |
| YUV | 101.9 | 172.65 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 33 | 181 | 0 | 0.84 | 0.13 | 0.19 | 308.97 | 0.73 | 0.47 |
| Hex | CF | 21 | B5 | 0 | 54 | D | 13 | 135 | 48 | 2F |
| Octal | 317 | 41 | 265 | 0 | 124 | 15 | 23 | 465 | 110 | 57 |
| Binary | 11001111 | 100001 | 10110101 | 0 | 1010100 | 1101 | 10011 | 100110101 | 1001000 | 101111 |
Color Harmonies of #CF21B5
Complementary color
Monochromatic Colors of #CF21B5
Black with #CF21B5
Text Example
Text Example
White with #CF21B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF21B5; }
p { color: rgb(207,33,181); }
H1.HeaderClassName
{
color: #CF21B5;
}
.AnyTagClassName
{
color: #CF21B5;
}
</style>
background-color css
<style>
a { background-color: #CF21B5; }
a { background-color: rgb(207,33,181); }
div.DivClassName
{
background-color: #CF21B5;
}
.BgClassName
{
background-color: #CF21B5;
}
</style>
border-color css
<style>
span { border-color: #CF21B5; }
span { border-color: rgb(207,33,181); }
td.TdClassName
{
border-color: #CF21B5;
}
.TagClassName
{
border-color: #CF21B5;
}
</style>