Shades of Deep Magenta #C423DF
Tints of Deep Magenta #C423DF
RGB
CMYK
RGB Variations
Color information
#C423DF (or 0xC423DF) is known color: Deep Magenta. HEX triplet: C4, 23 and DF. RGB value is (196,35,223). Sum of RGB (Red+Green+Blue) = 196+35+223=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 35 (14.06% from 255 or 7.71% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #C423DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C423DF is #3BDC20. Grayscale: #676767. Windows color (decimal): -3922977 or 14623684. OLE color: 14623684.
HSL color Cylindrical-coordinate representation of color #C423DF: hue angle of 291.38º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C423DF is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 35 | 223 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.13 |
| HSL | 291.38º | 0.75% | 0.51% | - |
| HSV(B) | 291.38º | 0.84% | 0.87% | - |
| XYZ | 36.69 | 18.27 | 71.4 | - |
| YUV | 104.57 | 194.84 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 35 | 223 | 0.12 | 0.84 | 0 | 0.13 | 291.38 | 0.75 | 0.51 |
| Hex | C4 | 23 | DF | C | 54 | 0 | D | 123 | 4B | 33 |
| Octal | 304 | 43 | 337 | 14 | 124 | 0 | 15 | 443 | 113 | 63 |
| Binary | 11000100 | 100011 | 11011111 | 1100 | 1010100 | 0 | 1101 | 100100011 | 1001011 | 110011 |
Color Harmonies of #C423DF
Complementary color
Monochromatic Colors of #C423DF
Black with #C423DF
Text Example
Text Example
White with #C423DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C423DF; }
p { color: rgb(196,35,223); }
H1.HeaderClassName
{
color: #C423DF;
}
.AnyTagClassName
{
color: #C423DF;
}
</style>
background-color css
<style>
a { background-color: #C423DF; }
a { background-color: rgb(196,35,223); }
div.DivClassName
{
background-color: #C423DF;
}
.BgClassName
{
background-color: #C423DF;
}
</style>
border-color css
<style>
span { border-color: #C423DF; }
span { border-color: rgb(196,35,223); }
td.TdClassName
{
border-color: #C423DF;
}
.TagClassName
{
border-color: #C423DF;
}
</style>