Shades of Deep Magenta #C21ACB
Tints of Deep Magenta #C21ACB
RGB
CMYK
RGB Variations
Color information
#C21ACB (or 0xC21ACB) is known color: Deep Magenta. HEX triplet: C2, 1A and CB. RGB value is (194,26,203). Sum of RGB (Red+Green+Blue) = 194+26+203=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 26 (10.55% from 255 or 6.15% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #C21ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21ACB is #3DE534. Grayscale: #5F5F5F. Windows color (decimal): -4056373 or 13310658. OLE color: 13310658.
HSL color Cylindrical-coordinate representation of color #C21ACB: hue angle of 296.95º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21ACB is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 26 | 203 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.20 |
| HSL | 296.95º | 0.77% | 0.45% | - |
| HSV(B) | 296.95º | 0.87% | 0.8% | - |
| XYZ | 33.4 | 16.52 | 57.93 | - |
| YUV | 96.41 | 188.16 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 26 | 203 | 0.04 | 0.87 | 0 | 0.20 | 296.95 | 0.77 | 0.45 |
| Hex | C2 | 1A | CB | 4 | 57 | 0 | 14 | 129 | 4D | 2D |
| Octal | 302 | 32 | 313 | 4 | 127 | 0 | 24 | 451 | 115 | 55 |
| Binary | 11000010 | 11010 | 11001011 | 100 | 1010111 | 0 | 10100 | 100101001 | 1001101 | 101101 |
Color Harmonies of #C21ACB
Complementary color
Monochromatic Colors of #C21ACB
Black with #C21ACB
Text Example
Text Example
White with #C21ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21ACB; }
p { color: rgb(194,26,203); }
H1.HeaderClassName
{
color: #C21ACB;
}
.AnyTagClassName
{
color: #C21ACB;
}
</style>
background-color css
<style>
a { background-color: #C21ACB; }
a { background-color: rgb(194,26,203); }
div.DivClassName
{
background-color: #C21ACB;
}
.BgClassName
{
background-color: #C21ACB;
}
</style>
border-color css
<style>
span { border-color: #C21ACB; }
span { border-color: rgb(194,26,203); }
td.TdClassName
{
border-color: #C21ACB;
}
.TagClassName
{
border-color: #C21ACB;
}
</style>