Shades of Deep Magenta #C423B2
Tints of Deep Magenta #C423B2
RGB
CMYK
RGB Variations
Color information
#C423B2 (or 0xC423B2) is known color: Deep Magenta. HEX triplet: C4, 23 and B2. RGB value is (196,35,178). Sum of RGB (Red+Green+Blue) = 196+35+178=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 35 (14.06% from 255 or 8.56% from 409); Blue value is 178 (69.92% from 255 or 43.52% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C423B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C423B2 is #3BDC4D. Grayscale: #636363. Windows color (decimal): -3923022 or 11674564. OLE color: 11674564.
HSL color Cylindrical-coordinate representation of color #C423B2: hue angle of 306.71º 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 #C423B2 is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 35 | 178 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.23 |
| HSL | 306.71º | 0.7% | 0.45% | - |
| HSV(B) | 306.71º | 0.82% | 0.77% | - |
| XYZ | 31.4 | 16.15 | 43.58 | - |
| YUV | 99.44 | 172.34 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 35 | 178 | 0 | 0.82 | 0.09 | 0.23 | 306.71 | 0.7 | 0.45 |
| Hex | C4 | 23 | B2 | 0 | 52 | 9 | 17 | 133 | 46 | 2D |
| Octal | 304 | 43 | 262 | 0 | 122 | 11 | 27 | 463 | 106 | 55 |
| Binary | 11000100 | 100011 | 10110010 | 0 | 1010010 | 1001 | 10111 | 100110011 | 1000110 | 101101 |
Color Harmonies of #C423B2
Complementary color
Monochromatic Colors of #C423B2
Black with #C423B2
Text Example
Text Example
White with #C423B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C423B2; }
p { color: rgb(196,35,178); }
H1.HeaderClassName
{
color: #C423B2;
}
.AnyTagClassName
{
color: #C423B2;
}
</style>
background-color css
<style>
a { background-color: #C423B2; }
a { background-color: rgb(196,35,178); }
div.DivClassName
{
background-color: #C423B2;
}
.BgClassName
{
background-color: #C423B2;
}
</style>
border-color css
<style>
span { border-color: #C423B2; }
span { border-color: rgb(196,35,178); }
td.TdClassName
{
border-color: #C423B2;
}
.TagClassName
{
border-color: #C423B2;
}
</style>