Shades of Deep Magenta #C320B4
Tints of Deep Magenta #C320B4
RGB
CMYK
RGB Variations
Color information
#C320B4 (or 0xC320B4) is known color: Deep Magenta. HEX triplet: C3, 20 and B4. RGB value is (195,32,180). Sum of RGB (Red+Green+Blue) = 195+32+180=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 32 (12.89% from 255 or 7.86% from 407); Blue value is 180 (70.70% from 255 or 44.23% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C320B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C320B4 is #3CDF4B. Grayscale: #616161. Windows color (decimal): -3989324 or 11804867. OLE color: 11804867.
HSL color Cylindrical-coordinate representation of color #C320B4: hue angle of 305.52º 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 #C320B4 is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 180 | - |
| CMYK | 0 | 0.84 | 0.08 | 0.24 |
| HSL | 305.52º | 0.72% | 0.45% | - |
| HSV(B) | 305.52º | 0.84% | 0.76% | - |
| XYZ | 31.26 | 15.93 | 44.61 | - |
| YUV | 97.61 | 174.5 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 180 | 0 | 0.84 | 0.08 | 0.24 | 305.52 | 0.72 | 0.45 |
| Hex | C3 | 20 | B4 | 0 | 54 | 8 | 18 | 132 | 48 | 2D |
| Octal | 303 | 40 | 264 | 0 | 124 | 10 | 30 | 462 | 110 | 55 |
| Binary | 11000011 | 100000 | 10110100 | 0 | 1010100 | 1000 | 11000 | 100110010 | 1001000 | 101101 |
Color Harmonies of #C320B4
Complementary color
Monochromatic Colors of #C320B4
Black with #C320B4
Text Example
Text Example
White with #C320B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C320B4; }
p { color: rgb(195,32,180); }
H1.HeaderClassName
{
color: #C320B4;
}
.AnyTagClassName
{
color: #C320B4;
}
</style>
background-color css
<style>
a { background-color: #C320B4; }
a { background-color: rgb(195,32,180); }
div.DivClassName
{
background-color: #C320B4;
}
.BgClassName
{
background-color: #C320B4;
}
</style>
border-color css
<style>
span { border-color: #C320B4; }
span { border-color: rgb(195,32,180); }
td.TdClassName
{
border-color: #C320B4;
}
.TagClassName
{
border-color: #C320B4;
}
</style>