Shades of Deep Magenta #C21FB7
Tints of Deep Magenta #C21FB7
RGB
CMYK
RGB Variations
Color information
#C21FB7 (or 0xC21FB7) is known color: Deep Magenta. HEX triplet: C2, 1F and B7. RGB value is (194,31,183). Sum of RGB (Red+Green+Blue) = 194+31+183=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 31 (12.5% from 255 or 7.60% from 408); Blue value is 183 (71.88% from 255 or 44.85% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C21FB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21FB7 is #3DE048. Grayscale: #606060. Windows color (decimal): -4055113 or 12001218. OLE color: 12001218.
HSL color Cylindrical-coordinate representation of color #C21FB7: hue angle of 304.05º 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 #C21FB7 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 31 | 183 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.24 |
| HSL | 304.05º | 0.72% | 0.44% | - |
| HSV(B) | 304.05º | 0.84% | 0.76% | - |
| XYZ | 31.29 | 15.87 | 46.21 | - |
| YUV | 97.07 | 176.5 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 31 | 183 | 0 | 0.84 | 0.06 | 0.24 | 304.05 | 0.72 | 0.44 |
| Hex | C2 | 1F | B7 | 0 | 54 | 6 | 18 | 130 | 48 | 2C |
| Octal | 302 | 37 | 267 | 0 | 124 | 6 | 30 | 460 | 110 | 54 |
| Binary | 11000010 | 11111 | 10110111 | 0 | 1010100 | 110 | 11000 | 100110000 | 1001000 | 101100 |
Color Harmonies of #C21FB7
Complementary color
Monochromatic Colors of #C21FB7
Black with #C21FB7
Text Example
Text Example
White with #C21FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21FB7; }
p { color: rgb(194,31,183); }
H1.HeaderClassName
{
color: #C21FB7;
}
.AnyTagClassName
{
color: #C21FB7;
}
</style>
background-color css
<style>
a { background-color: #C21FB7; }
a { background-color: rgb(194,31,183); }
div.DivClassName
{
background-color: #C21FB7;
}
.BgClassName
{
background-color: #C21FB7;
}
</style>
border-color css
<style>
span { border-color: #C21FB7; }
span { border-color: rgb(194,31,183); }
td.TdClassName
{
border-color: #C21FB7;
}
.TagClassName
{
border-color: #C21FB7;
}
</style>