Shades of Deep Magenta #C121DE
Tints of Deep Magenta #C121DE
RGB
CMYK
RGB Variations
Color information
#C121DE (or 0xC121DE) is known color: Deep Magenta. HEX triplet: C1, 21 and DE. RGB value is (193,33,222). Sum of RGB (Red+Green+Blue) = 193+33+222=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 33 (13.28% from 255 or 7.37% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #C121DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C121DE is #3EDE21. Grayscale: #656565. Windows color (decimal): -4120098 or 14557633. OLE color: 14557633.
HSL color Cylindrical-coordinate representation of color #C121DE: hue angle of 290.79º 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 #C121DE is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 33 | 222 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.13 |
| HSL | 290.79º | 0.74% | 0.5% | - |
| HSV(B) | 290.79º | 0.85% | 0.87% | - |
| XYZ | 35.72 | 17.7 | 70.64 | - |
| YUV | 102.39 | 195.51 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 33 | 222 | 0.13 | 0.85 | 0 | 0.13 | 290.79 | 0.74 | 0.5 |
| Hex | C1 | 21 | DE | D | 55 | 0 | D | 123 | 4A | 32 |
| Octal | 301 | 41 | 336 | 15 | 125 | 0 | 15 | 443 | 112 | 62 |
| Binary | 11000001 | 100001 | 11011110 | 1101 | 1010101 | 0 | 1101 | 100100011 | 1001010 | 110010 |
Color Harmonies of #C121DE
Complementary color
Monochromatic Colors of #C121DE
Black with #C121DE
Text Example
Text Example
White with #C121DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C121DE; }
p { color: rgb(193,33,222); }
H1.HeaderClassName
{
color: #C121DE;
}
.AnyTagClassName
{
color: #C121DE;
}
</style>
background-color css
<style>
a { background-color: #C121DE; }
a { background-color: rgb(193,33,222); }
div.DivClassName
{
background-color: #C121DE;
}
.BgClassName
{
background-color: #C121DE;
}
</style>
border-color css
<style>
span { border-color: #C121DE; }
span { border-color: rgb(193,33,222); }
td.TdClassName
{
border-color: #C121DE;
}
.TagClassName
{
border-color: #C121DE;
}
</style>