Shades of Deep Magenta #C21BC9
Tints of Deep Magenta #C21BC9
RGB
CMYK
RGB Variations
Color information
#C21BC9 (or 0xC21BC9) is known color: Deep Magenta. HEX triplet: C2, 1B and C9. RGB value is (194,27,201). Sum of RGB (Red+Green+Blue) = 194+27+201=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 27 (10.94% from 255 or 6.40% from 422); Blue value is 201 (78.91% from 255 or 47.63% from 422); Max value from RGB is 201 - color contains mainly: blue. Hex color #C21BC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21BC9 is #3DE436. Grayscale: #606060. Windows color (decimal): -4056119 or 13179842. OLE color: 13179842.
HSL color Cylindrical-coordinate representation of color #C21BC9: hue angle of 297.59º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21BC9 is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 27 | 201 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.21 |
| HSL | 297.59º | 0.76% | 0.45% | - |
| HSV(B) | 297.59º | 0.87% | 0.79% | - |
| XYZ | 33.18 | 16.47 | 56.69 | - |
| YUV | 96.77 | 186.83 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 27 | 201 | 0.03 | 0.87 | 0 | 0.21 | 297.59 | 0.76 | 0.45 |
| Hex | C2 | 1B | C9 | 3 | 57 | 0 | 15 | 12A | 4C | 2D |
| Octal | 302 | 33 | 311 | 3 | 127 | 0 | 25 | 452 | 114 | 55 |
| Binary | 11000010 | 11011 | 11001001 | 11 | 1010111 | 0 | 10101 | 100101010 | 1001100 | 101101 |
Color Harmonies of #C21BC9
Complementary color
Monochromatic Colors of #C21BC9
Black with #C21BC9
Text Example
Text Example
White with #C21BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21BC9; }
p { color: rgb(194,27,201); }
H1.HeaderClassName
{
color: #C21BC9;
}
.AnyTagClassName
{
color: #C21BC9;
}
</style>
background-color css
<style>
a { background-color: #C21BC9; }
a { background-color: rgb(194,27,201); }
div.DivClassName
{
background-color: #C21BC9;
}
.BgClassName
{
background-color: #C21BC9;
}
</style>
border-color css
<style>
span { border-color: #C21BC9; }
span { border-color: rgb(194,27,201); }
td.TdClassName
{
border-color: #C21BC9;
}
.TagClassName
{
border-color: #C21BC9;
}
</style>