Shades of Deep Magenta #C423B6
Tints of Deep Magenta #C423B6
RGB
CMYK
RGB Variations
Color information
#C423B6 (or 0xC423B6) is known color: Deep Magenta. HEX triplet: C4, 23 and B6. RGB value is (196,35,182). Sum of RGB (Red+Green+Blue) = 196+35+182=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 35 (14.06% from 255 or 8.47% from 413); Blue value is 182 (71.48% from 255 or 44.07% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C423B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C423B6 is #3BDC49. Grayscale: #636363. Windows color (decimal): -3923018 or 11936708. OLE color: 11936708.
HSL color Cylindrical-coordinate representation of color #C423B6: hue angle of 305.22º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C423B6 is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 35 | 182 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.23 |
| HSL | 305.22º | 0.7% | 0.45% | - |
| HSV(B) | 305.22º | 0.82% | 0.77% | - |
| XYZ | 31.81 | 16.32 | 45.73 | - |
| YUV | 99.9 | 174.34 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 35 | 182 | 0 | 0.82 | 0.07 | 0.23 | 305.22 | 0.7 | 0.45 |
| Hex | C4 | 23 | B6 | 0 | 52 | 7 | 17 | 131 | 46 | 2D |
| Octal | 304 | 43 | 266 | 0 | 122 | 7 | 27 | 461 | 106 | 55 |
| Binary | 11000100 | 100011 | 10110110 | 0 | 1010010 | 111 | 10111 | 100110001 | 1000110 | 101101 |
Color Harmonies of #C423B6
Complementary color
Monochromatic Colors of #C423B6
Black with #C423B6
Text Example
Text Example
White with #C423B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C423B6; }
p { color: rgb(196,35,182); }
H1.HeaderClassName
{
color: #C423B6;
}
.AnyTagClassName
{
color: #C423B6;
}
</style>
background-color css
<style>
a { background-color: #C423B6; }
a { background-color: rgb(196,35,182); }
div.DivClassName
{
background-color: #C423B6;
}
.BgClassName
{
background-color: #C423B6;
}
</style>
border-color css
<style>
span { border-color: #C423B6; }
span { border-color: rgb(196,35,182); }
td.TdClassName
{
border-color: #C423B6;
}
.TagClassName
{
border-color: #C423B6;
}
</style>