Shades of Deep Magenta #C321B9
Tints of Deep Magenta #C321B9
RGB
CMYK
RGB Variations
Color information
#C321B9 (or 0xC321B9) is known color: Deep Magenta. HEX triplet: C3, 21 and B9. RGB value is (195,33,185). Sum of RGB (Red+Green+Blue) = 195+33+185=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 33 (13.28% from 255 or 7.99% from 413); Blue value is 185 (72.66% from 255 or 44.79% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C321B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C321B9 is #3CDE46. Grayscale: #626262. Windows color (decimal): -3989063 or 12132803. OLE color: 12132803.
HSL color Cylindrical-coordinate representation of color #C321B9: hue angle of 303.7º 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 #C321B9 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 33 | 185 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.24 |
| HSL | 303.7º | 0.71% | 0.45% | - |
| HSV(B) | 303.7º | 0.83% | 0.76% | - |
| XYZ | 31.81 | 16.19 | 47.35 | - |
| YUV | 98.77 | 176.67 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 33 | 185 | 0 | 0.83 | 0.05 | 0.24 | 303.7 | 0.71 | 0.45 |
| Hex | C3 | 21 | B9 | 0 | 53 | 5 | 18 | 130 | 47 | 2D |
| Octal | 303 | 41 | 271 | 0 | 123 | 5 | 30 | 460 | 107 | 55 |
| Binary | 11000011 | 100001 | 10111001 | 0 | 1010011 | 101 | 11000 | 100110000 | 1000111 | 101101 |
Color Harmonies of #C321B9
Complementary color
Monochromatic Colors of #C321B9
Black with #C321B9
Text Example
Text Example
White with #C321B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C321B9; }
p { color: rgb(195,33,185); }
H1.HeaderClassName
{
color: #C321B9;
}
.AnyTagClassName
{
color: #C321B9;
}
</style>
background-color css
<style>
a { background-color: #C321B9; }
a { background-color: rgb(195,33,185); }
div.DivClassName
{
background-color: #C321B9;
}
.BgClassName
{
background-color: #C321B9;
}
</style>
border-color css
<style>
span { border-color: #C321B9; }
span { border-color: rgb(195,33,185); }
td.TdClassName
{
border-color: #C321B9;
}
.TagClassName
{
border-color: #C321B9;
}
</style>