Shades of Deep Magenta #C321B0
Tints of Deep Magenta #C321B0
RGB
CMYK
RGB Variations
Color information
#C321B0 (or 0xC321B0) is known color: Deep Magenta. HEX triplet: C3, 21 and B0. RGB value is (195,33,176). Sum of RGB (Red+Green+Blue) = 195+33+176=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 33 (13.28% from 255 or 8.17% from 404); Blue value is 176 (69.14% from 255 or 43.56% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C321B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C321B0 is #3CDE4F. Grayscale: #616161. Windows color (decimal): -3989072 or 11542979. OLE color: 11542979.
HSL color Cylindrical-coordinate representation of color #C321B0: hue angle of 307.04º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C321B0 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 33 | 176 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.24 |
| HSL | 307.04º | 0.71% | 0.45% | - |
| HSV(B) | 307.04º | 0.83% | 0.76% | - |
| XYZ | 30.89 | 15.82 | 42.5 | - |
| YUV | 97.74 | 172.17 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 33 | 176 | 0 | 0.83 | 0.10 | 0.24 | 307.04 | 0.71 | 0.45 |
| Hex | C3 | 21 | B0 | 0 | 53 | A | 18 | 133 | 47 | 2D |
| Octal | 303 | 41 | 260 | 0 | 123 | 12 | 30 | 463 | 107 | 55 |
| Binary | 11000011 | 100001 | 10110000 | 0 | 1010011 | 1010 | 11000 | 100110011 | 1000111 | 101101 |
Color Harmonies of #C321B0
Complementary color
Monochromatic Colors of #C321B0
Black with #C321B0
Text Example
Text Example
White with #C321B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C321B0; }
p { color: rgb(195,33,176); }
H1.HeaderClassName
{
color: #C321B0;
}
.AnyTagClassName
{
color: #C321B0;
}
</style>
background-color css
<style>
a { background-color: #C321B0; }
a { background-color: rgb(195,33,176); }
div.DivClassName
{
background-color: #C321B0;
}
.BgClassName
{
background-color: #C321B0;
}
</style>
border-color css
<style>
span { border-color: #C321B0; }
span { border-color: rgb(195,33,176); }
td.TdClassName
{
border-color: #C321B0;
}
.TagClassName
{
border-color: #C321B0;
}
</style>