Shades of Deep Magenta #C21CBB
Tints of Deep Magenta #C21CBB
RGB
CMYK
RGB Variations
Color information
#C21CBB (or 0xC21CBB) is known color: Deep Magenta. HEX triplet: C2, 1C and BB. RGB value is (194,28,187). Sum of RGB (Red+Green+Blue) = 194+28+187=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 28 (11.33% from 255 or 6.85% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C21CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21CBB is #3DE344. Grayscale: #5F5F5F. Windows color (decimal): -4055877 or 12262594. OLE color: 12262594.
HSL color Cylindrical-coordinate representation of color #C21CBB: hue angle of 302.53º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21CBB is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 28 | 187 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.24 |
| HSL | 302.53º | 0.75% | 0.44% | - |
| HSV(B) | 302.53º | 0.86% | 0.76% | - |
| XYZ | 31.63 | 15.89 | 48.41 | - |
| YUV | 95.76 | 179.5 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 28 | 187 | 0 | 0.86 | 0.04 | 0.24 | 302.53 | 0.75 | 0.44 |
| Hex | C2 | 1C | BB | 0 | 56 | 4 | 18 | 12F | 4B | 2C |
| Octal | 302 | 34 | 273 | 0 | 126 | 4 | 30 | 457 | 113 | 54 |
| Binary | 11000010 | 11100 | 10111011 | 0 | 1010110 | 100 | 11000 | 100101111 | 1001011 | 101100 |
Color Harmonies of #C21CBB
Complementary color
Monochromatic Colors of #C21CBB
Black with #C21CBB
Text Example
Text Example
White with #C21CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21CBB; }
p { color: rgb(194,28,187); }
H1.HeaderClassName
{
color: #C21CBB;
}
.AnyTagClassName
{
color: #C21CBB;
}
</style>
background-color css
<style>
a { background-color: #C21CBB; }
a { background-color: rgb(194,28,187); }
div.DivClassName
{
background-color: #C21CBB;
}
.BgClassName
{
background-color: #C21CBB;
}
</style>
border-color css
<style>
span { border-color: #C21CBB; }
span { border-color: rgb(194,28,187); }
td.TdClassName
{
border-color: #C21CBB;
}
.TagClassName
{
border-color: #C21CBB;
}
</style>