Shades of Deep Magenta #C320BE
Tints of Deep Magenta #C320BE
RGB
CMYK
RGB Variations
Color information
#C320BE (or 0xC320BE) is known color: Deep Magenta. HEX triplet: C3, 20 and BE. RGB value is (195,32,190). Sum of RGB (Red+Green+Blue) = 195+32+190=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 32 (12.89% from 255 or 7.67% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C320BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C320BE is #3CDF41. Grayscale: #626262. Windows color (decimal): -3989314 or 12460227. OLE color: 12460227.
HSL color Cylindrical-coordinate representation of color #C320BE: hue angle of 301.84º 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 #C320BE is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 190 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.24 |
| HSL | 301.84º | 0.72% | 0.45% | - |
| HSV(B) | 301.84º | 0.84% | 0.76% | - |
| XYZ | 32.32 | 16.35 | 50.17 | - |
| YUV | 98.75 | 179.5 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 190 | 0 | 0.84 | 0.03 | 0.24 | 301.84 | 0.72 | 0.45 |
| Hex | C3 | 20 | BE | 0 | 54 | 3 | 18 | 12E | 48 | 2D |
| Octal | 303 | 40 | 276 | 0 | 124 | 3 | 30 | 456 | 110 | 55 |
| Binary | 11000011 | 100000 | 10111110 | 0 | 1010100 | 11 | 11000 | 100101110 | 1001000 | 101101 |
Color Harmonies of #C320BE
Complementary color
Monochromatic Colors of #C320BE
Black with #C320BE
Text Example
Text Example
White with #C320BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C320BE; }
p { color: rgb(195,32,190); }
H1.HeaderClassName
{
color: #C320BE;
}
.AnyTagClassName
{
color: #C320BE;
}
</style>
background-color css
<style>
a { background-color: #C320BE; }
a { background-color: rgb(195,32,190); }
div.DivClassName
{
background-color: #C320BE;
}
.BgClassName
{
background-color: #C320BE;
}
</style>
border-color css
<style>
span { border-color: #C320BE; }
span { border-color: rgb(195,32,190); }
td.TdClassName
{
border-color: #C320BE;
}
.TagClassName
{
border-color: #C320BE;
}
</style>