Shades of Deep Magenta #C21FB6
Tints of Deep Magenta #C21FB6
RGB
CMYK
RGB Variations
Color information
#C21FB6 (or 0xC21FB6) is known color: Deep Magenta. HEX triplet: C2, 1F and B6. RGB value is (194,31,182). Sum of RGB (Red+Green+Blue) = 194+31+182=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 31 (12.5% from 255 or 7.62% from 407); Blue value is 182 (71.48% from 255 or 44.72% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C21FB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21FB6 is #3DE049. Grayscale: #606060. Windows color (decimal): -4055114 or 11935682. OLE color: 11935682.
HSL color Cylindrical-coordinate representation of color #C21FB6: hue angle of 304.42º 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 #C21FB6 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 31 | 182 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.24 |
| HSL | 304.42º | 0.72% | 0.44% | - |
| HSV(B) | 304.42º | 0.84% | 0.76% | - |
| XYZ | 31.18 | 15.83 | 45.67 | - |
| YUV | 96.95 | 176 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 31 | 182 | 0 | 0.84 | 0.06 | 0.24 | 304.42 | 0.72 | 0.44 |
| Hex | C2 | 1F | B6 | 0 | 54 | 6 | 18 | 130 | 48 | 2C |
| Octal | 302 | 37 | 266 | 0 | 124 | 6 | 30 | 460 | 110 | 54 |
| Binary | 11000010 | 11111 | 10110110 | 0 | 1010100 | 110 | 11000 | 100110000 | 1001000 | 101100 |
Color Harmonies of #C21FB6
Complementary color
Monochromatic Colors of #C21FB6
Black with #C21FB6
Text Example
Text Example
White with #C21FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21FB6; }
p { color: rgb(194,31,182); }
H1.HeaderClassName
{
color: #C21FB6;
}
.AnyTagClassName
{
color: #C21FB6;
}
</style>
background-color css
<style>
a { background-color: #C21FB6; }
a { background-color: rgb(194,31,182); }
div.DivClassName
{
background-color: #C21FB6;
}
.BgClassName
{
background-color: #C21FB6;
}
</style>
border-color css
<style>
span { border-color: #C21FB6; }
span { border-color: rgb(194,31,182); }
td.TdClassName
{
border-color: #C21FB6;
}
.TagClassName
{
border-color: #C21FB6;
}
</style>