Shades of Deep Magenta #C423CE
Tints of Deep Magenta #C423CE
RGB
CMYK
RGB Variations
Color information
#C423CE (or 0xC423CE) is known color: Deep Magenta. HEX triplet: C4, 23 and CE. RGB value is (196,35,206). Sum of RGB (Red+Green+Blue) = 196+35+206=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 35 (14.06% from 255 or 8.01% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #C423CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C423CE is #3BDC31. Grayscale: #666666. Windows color (decimal): -3922994 or 13509572. OLE color: 13509572.
HSL color Cylindrical-coordinate representation of color #C423CE: hue angle of 296.49º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C423CE is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 35 | 206 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.19 |
| HSL | 296.49º | 0.71% | 0.47% | - |
| HSV(B) | 296.49º | 0.83% | 0.81% | - |
| XYZ | 34.51 | 17.39 | 59.93 | - |
| YUV | 102.63 | 186.34 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 35 | 206 | 0.05 | 0.83 | 0 | 0.19 | 296.49 | 0.71 | 0.47 |
| Hex | C4 | 23 | CE | 5 | 53 | 0 | 13 | 128 | 47 | 2F |
| Octal | 304 | 43 | 316 | 5 | 123 | 0 | 23 | 450 | 107 | 57 |
| Binary | 11000100 | 100011 | 11001110 | 101 | 1010011 | 0 | 10011 | 100101000 | 1000111 | 101111 |
Color Harmonies of #C423CE
Complementary color
Monochromatic Colors of #C423CE
Black with #C423CE
Text Example
Text Example
White with #C423CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C423CE; }
p { color: rgb(196,35,206); }
H1.HeaderClassName
{
color: #C423CE;
}
.AnyTagClassName
{
color: #C423CE;
}
</style>
background-color css
<style>
a { background-color: #C423CE; }
a { background-color: rgb(196,35,206); }
div.DivClassName
{
background-color: #C423CE;
}
.BgClassName
{
background-color: #C423CE;
}
</style>
border-color css
<style>
span { border-color: #C423CE; }
span { border-color: rgb(196,35,206); }
td.TdClassName
{
border-color: #C423CE;
}
.TagClassName
{
border-color: #C423CE;
}
</style>