Shades of Deep Magenta #C21FB1
Tints of Deep Magenta #C21FB1
RGB
CMYK
RGB Variations
Color information
#C21FB1 (or 0xC21FB1) is known color: Deep Magenta. HEX triplet: C2, 1F and B1. RGB value is (194,31,177). Sum of RGB (Red+Green+Blue) = 194+31+177=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 31 (12.5% from 255 or 7.71% from 402); Blue value is 177 (69.53% from 255 or 44.03% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C21FB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21FB1 is #3DE04E. Grayscale: #5F5F5F. Windows color (decimal): -4055119 or 11608002. OLE color: 11608002.
HSL color Cylindrical-coordinate representation of color #C21FB1: hue angle of 306.26º 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 #C21FB1 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 31 | 177 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.24 |
| HSL | 306.26º | 0.72% | 0.44% | - |
| HSV(B) | 306.26º | 0.84% | 0.76% | - |
| XYZ | 30.67 | 15.62 | 42.99 | - |
| YUV | 96.38 | 173.5 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 31 | 177 | 0 | 0.84 | 0.09 | 0.24 | 306.26 | 0.72 | 0.44 |
| Hex | C2 | 1F | B1 | 0 | 54 | 9 | 18 | 132 | 48 | 2C |
| Octal | 302 | 37 | 261 | 0 | 124 | 11 | 30 | 462 | 110 | 54 |
| Binary | 11000010 | 11111 | 10110001 | 0 | 1010100 | 1001 | 11000 | 100110010 | 1001000 | 101100 |
Color Harmonies of #C21FB1
Complementary color
Monochromatic Colors of #C21FB1
Black with #C21FB1
Text Example
Text Example
White with #C21FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21FB1; }
p { color: rgb(194,31,177); }
H1.HeaderClassName
{
color: #C21FB1;
}
.AnyTagClassName
{
color: #C21FB1;
}
</style>
background-color css
<style>
a { background-color: #C21FB1; }
a { background-color: rgb(194,31,177); }
div.DivClassName
{
background-color: #C21FB1;
}
.BgClassName
{
background-color: #C21FB1;
}
</style>
border-color css
<style>
span { border-color: #C21FB1; }
span { border-color: rgb(194,31,177); }
td.TdClassName
{
border-color: #C21FB1;
}
.TagClassName
{
border-color: #C21FB1;
}
</style>