Shades of Deep Magenta #C122DF
Tints of Deep Magenta #C122DF
RGB
CMYK
RGB Variations
Color information
#C122DF (or 0xC122DF) is known color: Deep Magenta. HEX triplet: C1, 22 and DF. RGB value is (193,34,223). Sum of RGB (Red+Green+Blue) = 193+34+223=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 34 (13.67% from 255 or 7.56% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #C122DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C122DF is #3EDD20. Grayscale: #666666. Windows color (decimal): -4119841 or 14623425. OLE color: 14623425.
HSL color Cylindrical-coordinate representation of color #C122DF: hue angle of 290.48º degrees, saturation: 0.75, 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 #C122DF is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 34 | 223 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.13 |
| HSL | 290.48º | 0.75% | 0.5% | - |
| HSV(B) | 290.48º | 0.85% | 0.87% | - |
| XYZ | 35.88 | 17.81 | 71.36 | - |
| YUV | 103.09 | 195.68 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 34 | 223 | 0.13 | 0.85 | 0 | 0.13 | 290.48 | 0.75 | 0.5 |
| Hex | C1 | 22 | DF | D | 55 | 0 | D | 122 | 4B | 32 |
| Octal | 301 | 42 | 337 | 15 | 125 | 0 | 15 | 442 | 113 | 62 |
| Binary | 11000001 | 100010 | 11011111 | 1101 | 1010101 | 0 | 1101 | 100100010 | 1001011 | 110010 |
Color Harmonies of #C122DF
Complementary color
Monochromatic Colors of #C122DF
Black with #C122DF
Text Example
Text Example
White with #C122DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C122DF; }
p { color: rgb(193,34,223); }
H1.HeaderClassName
{
color: #C122DF;
}
.AnyTagClassName
{
color: #C122DF;
}
</style>
background-color css
<style>
a { background-color: #C122DF; }
a { background-color: rgb(193,34,223); }
div.DivClassName
{
background-color: #C122DF;
}
.BgClassName
{
background-color: #C122DF;
}
</style>
border-color css
<style>
span { border-color: #C122DF; }
span { border-color: rgb(193,34,223); }
td.TdClassName
{
border-color: #C122DF;
}
.TagClassName
{
border-color: #C122DF;
}
</style>