Shades of Deep Magenta #C221B6
Tints of Deep Magenta #C221B6
RGB
CMYK
RGB Variations
Color information
#C221B6 (or 0xC221B6) is known color: Deep Magenta. HEX triplet: C2, 21 and B6. RGB value is (194,33,182). Sum of RGB (Red+Green+Blue) = 194+33+182=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 33 (13.28% from 255 or 8.07% from 409); Blue value is 182 (71.48% from 255 or 44.50% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C221B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C221B6 is #3DDE49. Grayscale: #616161. Windows color (decimal): -4054602 or 11936194. OLE color: 11936194.
HSL color Cylindrical-coordinate representation of color #C221B6: hue angle of 304.47º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C221B6 is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 33 | 182 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.24 |
| HSL | 304.47º | 0.71% | 0.45% | - |
| HSV(B) | 304.47º | 0.83% | 0.76% | - |
| XYZ | 31.24 | 15.93 | 45.69 | - |
| YUV | 98.13 | 175.34 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 33 | 182 | 0 | 0.83 | 0.06 | 0.24 | 304.47 | 0.71 | 0.45 |
| Hex | C2 | 21 | B6 | 0 | 53 | 6 | 18 | 130 | 47 | 2D |
| Octal | 302 | 41 | 266 | 0 | 123 | 6 | 30 | 460 | 107 | 55 |
| Binary | 11000010 | 100001 | 10110110 | 0 | 1010011 | 110 | 11000 | 100110000 | 1000111 | 101101 |
Color Harmonies of #C221B6
Complementary color
Monochromatic Colors of #C221B6
Black with #C221B6
Text Example
Text Example
White with #C221B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C221B6; }
p { color: rgb(194,33,182); }
H1.HeaderClassName
{
color: #C221B6;
}
.AnyTagClassName
{
color: #C221B6;
}
</style>
background-color css
<style>
a { background-color: #C221B6; }
a { background-color: rgb(194,33,182); }
div.DivClassName
{
background-color: #C221B6;
}
.BgClassName
{
background-color: #C221B6;
}
</style>
border-color css
<style>
span { border-color: #C221B6; }
span { border-color: rgb(194,33,182); }
td.TdClassName
{
border-color: #C221B6;
}
.TagClassName
{
border-color: #C221B6;
}
</style>