Shades of Deep Magenta #C21DBF
Tints of Deep Magenta #C21DBF
RGB
CMYK
RGB Variations
Color information
#C21DBF (or 0xC21DBF) is known color: Deep Magenta. HEX triplet: C2, 1D and BF. RGB value is (194,29,191). Sum of RGB (Red+Green+Blue) = 194+29+191=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 29 (11.72% from 255 or 7.00% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C21DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21DBF is #3DE240. Grayscale: #606060. Windows color (decimal): -4055617 or 12524994. OLE color: 12524994.
HSL color Cylindrical-coordinate representation of color #C21DBF: hue angle of 301.09º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C21DBF is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 29 | 191 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.24 |
| HSL | 301.09º | 0.74% | 0.44% | - |
| HSV(B) | 301.09º | 0.85% | 0.76% | - |
| XYZ | 32.09 | 16.11 | 50.71 | - |
| YUV | 96.8 | 181.16 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 29 | 191 | 0 | 0.85 | 0.02 | 0.24 | 301.09 | 0.74 | 0.44 |
| Hex | C2 | 1D | BF | 0 | 55 | 2 | 18 | 12D | 4A | 2C |
| Octal | 302 | 35 | 277 | 0 | 125 | 2 | 30 | 455 | 112 | 54 |
| Binary | 11000010 | 11101 | 10111111 | 0 | 1010101 | 10 | 11000 | 100101101 | 1001010 | 101100 |
Color Harmonies of #C21DBF
Complementary color
Monochromatic Colors of #C21DBF
Black with #C21DBF
Text Example
Text Example
White with #C21DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21DBF; }
p { color: rgb(194,29,191); }
H1.HeaderClassName
{
color: #C21DBF;
}
.AnyTagClassName
{
color: #C21DBF;
}
</style>
background-color css
<style>
a { background-color: #C21DBF; }
a { background-color: rgb(194,29,191); }
div.DivClassName
{
background-color: #C21DBF;
}
.BgClassName
{
background-color: #C21DBF;
}
</style>
border-color css
<style>
span { border-color: #C21DBF; }
span { border-color: rgb(194,29,191); }
td.TdClassName
{
border-color: #C21DBF;
}
.TagClassName
{
border-color: #C21DBF;
}
</style>