Shades of Deep Magenta #C320B1
Tints of Deep Magenta #C320B1
RGB
CMYK
RGB Variations
Color information
#C320B1 (or 0xC320B1) is known color: Deep Magenta. HEX triplet: C3, 20 and B1. RGB value is (195,32,177). Sum of RGB (Red+Green+Blue) = 195+32+177=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 32 (12.89% from 255 or 7.92% from 404); Blue value is 177 (69.53% from 255 or 43.81% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C320B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C320B1 is #3CDF4E. Grayscale: #606060. Windows color (decimal): -3989327 or 11608259. OLE color: 11608259.
HSL color Cylindrical-coordinate representation of color #C320B1: hue angle of 306.63º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C320B1 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 177 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.24 |
| HSL | 306.63º | 0.72% | 0.45% | - |
| HSV(B) | 306.63º | 0.84% | 0.76% | - |
| XYZ | 30.96 | 15.81 | 43.01 | - |
| YUV | 97.27 | 173 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 177 | 0 | 0.84 | 0.09 | 0.24 | 306.63 | 0.72 | 0.45 |
| Hex | C3 | 20 | B1 | 0 | 54 | 9 | 18 | 133 | 48 | 2D |
| Octal | 303 | 40 | 261 | 0 | 124 | 11 | 30 | 463 | 110 | 55 |
| Binary | 11000011 | 100000 | 10110001 | 0 | 1010100 | 1001 | 11000 | 100110011 | 1001000 | 101101 |
Color Harmonies of #C320B1
Complementary color
Monochromatic Colors of #C320B1
Black with #C320B1
Text Example
Text Example
White with #C320B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C320B1; }
p { color: rgb(195,32,177); }
H1.HeaderClassName
{
color: #C320B1;
}
.AnyTagClassName
{
color: #C320B1;
}
</style>
background-color css
<style>
a { background-color: #C320B1; }
a { background-color: rgb(195,32,177); }
div.DivClassName
{
background-color: #C320B1;
}
.BgClassName
{
background-color: #C320B1;
}
</style>
border-color css
<style>
span { border-color: #C320B1; }
span { border-color: rgb(195,32,177); }
td.TdClassName
{
border-color: #C320B1;
}
.TagClassName
{
border-color: #C320B1;
}
</style>