Shades of Deep Magenta #C123D5
Tints of Deep Magenta #C123D5
RGB
CMYK
RGB Variations
Color information
#C123D5 (or 0xC123D5) is known color: Deep Magenta. HEX triplet: C1, 23 and D5. RGB value is (193,35,213). Sum of RGB (Red+Green+Blue) = 193+35+213=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 35 (14.06% from 255 or 7.94% from 441); Blue value is 213 (83.59% from 255 or 48.30% from 441); Max value from RGB is 213 - color contains mainly: blue. Hex color #C123D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C123D5 is #3EDC2A. Grayscale: #656565. Windows color (decimal): -4119595 or 13968321. OLE color: 13968321.
HSL color Cylindrical-coordinate representation of color #C123D5: hue angle of 293.26º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C123D5 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 35 | 213 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.16 |
| HSL | 293.26º | 0.72% | 0.49% | - |
| HSV(B) | 293.26º | 0.84% | 0.84% | - |
| XYZ | 34.6 | 17.34 | 64.47 | - |
| YUV | 102.53 | 190.35 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 35 | 213 | 0.09 | 0.84 | 0 | 0.16 | 293.26 | 0.72 | 0.49 |
| Hex | C1 | 23 | D5 | 9 | 54 | 0 | 10 | 125 | 48 | 31 |
| Octal | 301 | 43 | 325 | 11 | 124 | 0 | 20 | 445 | 110 | 61 |
| Binary | 11000001 | 100011 | 11010101 | 1001 | 1010100 | 0 | 10000 | 100100101 | 1001000 | 110001 |
Color Harmonies of #C123D5
Complementary color
Monochromatic Colors of #C123D5
Black with #C123D5
Text Example
Text Example
White with #C123D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C123D5; }
p { color: rgb(193,35,213); }
H1.HeaderClassName
{
color: #C123D5;
}
.AnyTagClassName
{
color: #C123D5;
}
</style>
background-color css
<style>
a { background-color: #C123D5; }
a { background-color: rgb(193,35,213); }
div.DivClassName
{
background-color: #C123D5;
}
.BgClassName
{
background-color: #C123D5;
}
</style>
border-color css
<style>
span { border-color: #C123D5; }
span { border-color: rgb(193,35,213); }
td.TdClassName
{
border-color: #C123D5;
}
.TagClassName
{
border-color: #C123D5;
}
</style>