Shades of Deep Magenta #C121E0
Tints of Deep Magenta #C121E0
RGB
CMYK
RGB Variations
Color information
#C121E0 (or 0xC121E0) is known color: Deep Magenta. HEX triplet: C1, 21 and E0. RGB value is (193,33,224). Sum of RGB (Red+Green+Blue) = 193+33+224=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 33 (13.28% from 255 or 7.33% from 450); Blue value is 224 (87.89% from 255 or 49.78% from 450); Max value from RGB is 224 - color contains mainly: blue. Hex color #C121E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C121E0 is #3EDE1F. Grayscale: #666666. Windows color (decimal): -4120096 or 14688705. OLE color: 14688705.
HSL color Cylindrical-coordinate representation of color #C121E0: hue angle of 290.26º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C121E0 is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 33 | 224 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.12 |
| HSL | 290.26º | 0.75% | 0.5% | - |
| HSV(B) | 290.26º | 0.85% | 0.88% | - |
| XYZ | 35.99 | 17.81 | 72.06 | - |
| YUV | 102.61 | 196.51 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 33 | 224 | 0.14 | 0.85 | 0 | 0.12 | 290.26 | 0.75 | 0.5 |
| Hex | C1 | 21 | E0 | E | 55 | 0 | C | 122 | 4B | 32 |
| Octal | 301 | 41 | 340 | 16 | 125 | 0 | 14 | 442 | 113 | 62 |
| Binary | 11000001 | 100001 | 11100000 | 1110 | 1010101 | 0 | 1100 | 100100010 | 1001011 | 110010 |
Color Harmonies of #C121E0
Complementary color
Monochromatic Colors of #C121E0
Black with #C121E0
Text Example
Text Example
White with #C121E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C121E0; }
p { color: rgb(193,33,224); }
H1.HeaderClassName
{
color: #C121E0;
}
.AnyTagClassName
{
color: #C121E0;
}
</style>
background-color css
<style>
a { background-color: #C121E0; }
a { background-color: rgb(193,33,224); }
div.DivClassName
{
background-color: #C121E0;
}
.BgClassName
{
background-color: #C121E0;
}
</style>
border-color css
<style>
span { border-color: #C121E0; }
span { border-color: rgb(193,33,224); }
td.TdClassName
{
border-color: #C121E0;
}
.TagClassName
{
border-color: #C121E0;
}
</style>