Shades of Deep Magenta #C21BBD
Tints of Deep Magenta #C21BBD
RGB
CMYK
RGB Variations
Color information
#C21BBD (or 0xC21BBD) is known color: Deep Magenta. HEX triplet: C2, 1B and BD. RGB value is (194,27,189). Sum of RGB (Red+Green+Blue) = 194+27+189=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 27 (10.94% from 255 or 6.59% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C21BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21BBD is #3DE442. Grayscale: #5E5E5E. Windows color (decimal): -4056131 or 12393410. OLE color: 12393410.
HSL color Cylindrical-coordinate representation of color #C21BBD: hue angle of 301.8º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21BBD is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 27 | 189 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.24 |
| HSL | 301.8º | 0.76% | 0.43% | - |
| HSV(B) | 301.8º | 0.86% | 0.76% | - |
| XYZ | 31.83 | 15.93 | 49.54 | - |
| YUV | 95.4 | 180.83 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 27 | 189 | 0 | 0.86 | 0.03 | 0.24 | 301.8 | 0.76 | 0.43 |
| Hex | C2 | 1B | BD | 0 | 56 | 3 | 18 | 12E | 4C | 2B |
| Octal | 302 | 33 | 275 | 0 | 126 | 3 | 30 | 456 | 114 | 53 |
| Binary | 11000010 | 11011 | 10111101 | 0 | 1010110 | 11 | 11000 | 100101110 | 1001100 | 101011 |
Color Harmonies of #C21BBD
Complementary color
Monochromatic Colors of #C21BBD
Black with #C21BBD
Text Example
Text Example
White with #C21BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21BBD; }
p { color: rgb(194,27,189); }
H1.HeaderClassName
{
color: #C21BBD;
}
.AnyTagClassName
{
color: #C21BBD;
}
</style>
background-color css
<style>
a { background-color: #C21BBD; }
a { background-color: rgb(194,27,189); }
div.DivClassName
{
background-color: #C21BBD;
}
.BgClassName
{
background-color: #C21BBD;
}
</style>
border-color css
<style>
span { border-color: #C21BBD; }
span { border-color: rgb(194,27,189); }
td.TdClassName
{
border-color: #C21BBD;
}
.TagClassName
{
border-color: #C21BBD;
}
</style>