Shades of Deep Magenta #CF21BD
Tints of Deep Magenta #CF21BD
RGB
CMYK
RGB Variations
Color information
#CF21BD (or 0xCF21BD) is known color: Deep Magenta. HEX triplet: CF, 21 and BD. RGB value is (207,33,189). Sum of RGB (Red+Green+Blue) = 207+33+189=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 33 (13.28% from 255 or 7.69% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF21BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF21BD is #30DE42. Grayscale: #666666. Windows color (decimal): -3202627 or 12394959. OLE color: 12394959.
HSL color Cylindrical-coordinate representation of color #CF21BD: hue angle of 306.21º 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 #CF21BD is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 33 | 189 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.19 |
| HSL | 306.21º | 0.73% | 0.47% | - |
| HSV(B) | 306.21º | 0.84% | 0.81% | - |
| XYZ | 35.46 | 18.03 | 49.75 | - |
| YUV | 102.81 | 176.65 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 33 | 189 | 0 | 0.84 | 0.09 | 0.19 | 306.21 | 0.73 | 0.47 |
| Hex | CF | 21 | BD | 0 | 54 | 9 | 13 | 132 | 48 | 2F |
| Octal | 317 | 41 | 275 | 0 | 124 | 11 | 23 | 462 | 110 | 57 |
| Binary | 11001111 | 100001 | 10111101 | 0 | 1010100 | 1001 | 10011 | 100110010 | 1001000 | 101111 |
Color Harmonies of #CF21BD
Complementary color
Monochromatic Colors of #CF21BD
Black with #CF21BD
Text Example
Text Example
White with #CF21BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF21BD; }
p { color: rgb(207,33,189); }
H1.HeaderClassName
{
color: #CF21BD;
}
.AnyTagClassName
{
color: #CF21BD;
}
</style>
background-color css
<style>
a { background-color: #CF21BD; }
a { background-color: rgb(207,33,189); }
div.DivClassName
{
background-color: #CF21BD;
}
.BgClassName
{
background-color: #CF21BD;
}
</style>
border-color css
<style>
span { border-color: #CF21BD; }
span { border-color: rgb(207,33,189); }
td.TdClassName
{
border-color: #CF21BD;
}
.TagClassName
{
border-color: #CF21BD;
}
</style>