Shades of Deep Magenta #C21BDA
Tints of Deep Magenta #C21BDA
RGB
CMYK
RGB Variations
Color information
#C21BDA (or 0xC21BDA) is known color: Deep Magenta. HEX triplet: C2, 1B and DA. RGB value is (194,27,218). Sum of RGB (Red+Green+Blue) = 194+27+218=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 27 (10.94% from 255 or 6.15% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #C21BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21BDA is #3DE425. Grayscale: #626262. Windows color (decimal): -4056102 or 14293954. OLE color: 14293954.
HSL color Cylindrical-coordinate representation of color #C21BDA: hue angle of 292.46º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21BDA is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 27 | 218 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.15 |
| HSL | 292.46º | 0.78% | 0.48% | - |
| HSV(B) | 292.46º | 0.88% | 0.85% | - |
| XYZ | 35.29 | 17.32 | 67.81 | - |
| YUV | 98.71 | 195.33 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 27 | 218 | 0.11 | 0.88 | 0 | 0.15 | 292.46 | 0.78 | 0.48 |
| Hex | C2 | 1B | DA | B | 58 | 0 | F | 124 | 4E | 30 |
| Octal | 302 | 33 | 332 | 13 | 130 | 0 | 17 | 444 | 116 | 60 |
| Binary | 11000010 | 11011 | 11011010 | 1011 | 1011000 | 0 | 1111 | 100100100 | 1001110 | 110000 |
Color Harmonies of #C21BDA
Complementary color
Monochromatic Colors of #C21BDA
Black with #C21BDA
Text Example
Text Example
White with #C21BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21BDA; }
p { color: rgb(194,27,218); }
H1.HeaderClassName
{
color: #C21BDA;
}
.AnyTagClassName
{
color: #C21BDA;
}
</style>
background-color css
<style>
a { background-color: #C21BDA; }
a { background-color: rgb(194,27,218); }
div.DivClassName
{
background-color: #C21BDA;
}
.BgClassName
{
background-color: #C21BDA;
}
</style>
border-color css
<style>
span { border-color: #C21BDA; }
span { border-color: rgb(194,27,218); }
td.TdClassName
{
border-color: #C21BDA;
}
.TagClassName
{
border-color: #C21BDA;
}
</style>