Shades of Deep Magenta #C21FB4
Tints of Deep Magenta #C21FB4
RGB
CMYK
RGB Variations
Color information
#C21FB4 (or 0xC21FB4) is known color: Deep Magenta. HEX triplet: C2, 1F and B4. RGB value is (194,31,180). Sum of RGB (Red+Green+Blue) = 194+31+180=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 31 (12.5% from 255 or 7.65% from 405); Blue value is 180 (70.70% from 255 or 44.44% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C21FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21FB4 is #3DE04B. Grayscale: #606060. Windows color (decimal): -4055116 or 11804610. OLE color: 11804610.
HSL color Cylindrical-coordinate representation of color #C21FB4: hue angle of 305.15º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C21FB4 is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 31 | 180 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.24 |
| HSL | 305.15º | 0.72% | 0.44% | - |
| HSV(B) | 305.15º | 0.84% | 0.76% | - |
| XYZ | 30.98 | 15.74 | 44.59 | - |
| YUV | 96.72 | 175 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 31 | 180 | 0 | 0.84 | 0.07 | 0.24 | 305.15 | 0.72 | 0.44 |
| Hex | C2 | 1F | B4 | 0 | 54 | 7 | 18 | 131 | 48 | 2C |
| Octal | 302 | 37 | 264 | 0 | 124 | 7 | 30 | 461 | 110 | 54 |
| Binary | 11000010 | 11111 | 10110100 | 0 | 1010100 | 111 | 11000 | 100110001 | 1001000 | 101100 |
Color Harmonies of #C21FB4
Complementary color
Monochromatic Colors of #C21FB4
Black with #C21FB4
Text Example
Text Example
White with #C21FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21FB4; }
p { color: rgb(194,31,180); }
H1.HeaderClassName
{
color: #C21FB4;
}
.AnyTagClassName
{
color: #C21FB4;
}
</style>
background-color css
<style>
a { background-color: #C21FB4; }
a { background-color: rgb(194,31,180); }
div.DivClassName
{
background-color: #C21FB4;
}
.BgClassName
{
background-color: #C21FB4;
}
</style>
border-color css
<style>
span { border-color: #C21FB4; }
span { border-color: rgb(194,31,180); }
td.TdClassName
{
border-color: #C21FB4;
}
.TagClassName
{
border-color: #C21FB4;
}
</style>