Shades of Deep Magenta #C323B0
Tints of Deep Magenta #C323B0
RGB
CMYK
RGB Variations
Color information
#C323B0 (or 0xC323B0) is known color: Deep Magenta. HEX triplet: C3, 23 and B0. RGB value is (195,35,176). Sum of RGB (Red+Green+Blue) = 195+35+176=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 35 (14.06% from 255 or 8.62% from 406); Blue value is 176 (69.14% from 255 or 43.35% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C323B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C323B0 is #3CDC4F. Grayscale: #626262. Windows color (decimal): -3988560 or 11543491. OLE color: 11543491.
HSL color Cylindrical-coordinate representation of color #C323B0: hue angle of 307.12º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C323B0 is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 35 | 176 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.24 |
| HSL | 307.13º | 0.7% | 0.45% | - |
| HSV(B) | 307.13º | 0.82% | 0.76% | - |
| XYZ | 30.94 | 15.94 | 42.52 | - |
| YUV | 98.91 | 171.51 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 35 | 176 | 0 | 0.82 | 0.10 | 0.24 | 307.13 | 0.7 | 0.45 |
| Hex | C3 | 23 | B0 | 0 | 52 | A | 18 | 133 | 46 | 2D |
| Octal | 303 | 43 | 260 | 0 | 122 | 12 | 30 | 463 | 106 | 55 |
| Binary | 11000011 | 100011 | 10110000 | 0 | 1010010 | 1010 | 11000 | 100110011 | 1000110 | 101101 |
Color Harmonies of #C323B0
Complementary color
Monochromatic Colors of #C323B0
Black with #C323B0
Text Example
Text Example
White with #C323B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C323B0; }
p { color: rgb(195,35,176); }
H1.HeaderClassName
{
color: #C323B0;
}
.AnyTagClassName
{
color: #C323B0;
}
</style>
background-color css
<style>
a { background-color: #C323B0; }
a { background-color: rgb(195,35,176); }
div.DivClassName
{
background-color: #C323B0;
}
.BgClassName
{
background-color: #C323B0;
}
</style>
border-color css
<style>
span { border-color: #C323B0; }
span { border-color: rgb(195,35,176); }
td.TdClassName
{
border-color: #C323B0;
}
.TagClassName
{
border-color: #C323B0;
}
</style>