Shades of Deep Magenta #C121DD
Tints of Deep Magenta #C121DD
RGB
CMYK
RGB Variations
Color information
#C121DD (or 0xC121DD) is known color: Deep Magenta. HEX triplet: C1, 21 and DD. RGB value is (193,33,221). Sum of RGB (Red+Green+Blue) = 193+33+221=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 33 (13.28% from 255 or 7.38% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #C121DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C121DD is #3EDE22. Grayscale: #656565. Windows color (decimal): -4120099 or 14492097. OLE color: 14492097.
HSL color Cylindrical-coordinate representation of color #C121DD: hue angle of 291.06º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C121DD is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 33 | 221 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.13 |
| HSL | 291.06º | 0.74% | 0.5% | - |
| HSV(B) | 291.06º | 0.85% | 0.87% | - |
| XYZ | 35.59 | 17.65 | 69.94 | - |
| YUV | 102.27 | 195.01 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 33 | 221 | 0.13 | 0.85 | 0 | 0.13 | 291.06 | 0.74 | 0.5 |
| Hex | C1 | 21 | DD | D | 55 | 0 | D | 123 | 4A | 32 |
| Octal | 301 | 41 | 335 | 15 | 125 | 0 | 15 | 443 | 112 | 62 |
| Binary | 11000001 | 100001 | 11011101 | 1101 | 1010101 | 0 | 1101 | 100100011 | 1001010 | 110010 |
Color Harmonies of #C121DD
Complementary color
Monochromatic Colors of #C121DD
Black with #C121DD
Text Example
Text Example
White with #C121DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C121DD; }
p { color: rgb(193,33,221); }
H1.HeaderClassName
{
color: #C121DD;
}
.AnyTagClassName
{
color: #C121DD;
}
</style>
background-color css
<style>
a { background-color: #C121DD; }
a { background-color: rgb(193,33,221); }
div.DivClassName
{
background-color: #C121DD;
}
.BgClassName
{
background-color: #C121DD;
}
</style>
border-color css
<style>
span { border-color: #C121DD; }
span { border-color: rgb(193,33,221); }
td.TdClassName
{
border-color: #C121DD;
}
.TagClassName
{
border-color: #C121DD;
}
</style>