Shades of Deep Magenta #C320B8
Tints of Deep Magenta #C320B8
RGB
CMYK
RGB Variations
Color information
#C320B8 (or 0xC320B8) is known color: Deep Magenta. HEX triplet: C3, 20 and B8. RGB value is (195,32,184). Sum of RGB (Red+Green+Blue) = 195+32+184=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 32 (12.89% from 255 or 7.79% from 411); Blue value is 184 (72.27% from 255 or 44.77% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C320B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C320B8 is #3CDF47. Grayscale: #616161. Windows color (decimal): -3989320 or 12067011. OLE color: 12067011.
HSL color Cylindrical-coordinate representation of color #C320B8: hue angle of 304.05º 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 #C320B8 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 184 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.24 |
| HSL | 304.05º | 0.72% | 0.45% | - |
| HSV(B) | 304.05º | 0.84% | 0.76% | - |
| XYZ | 31.67 | 16.1 | 46.78 | - |
| YUV | 98.07 | 176.5 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 184 | 0 | 0.84 | 0.06 | 0.24 | 304.05 | 0.72 | 0.45 |
| Hex | C3 | 20 | B8 | 0 | 54 | 6 | 18 | 130 | 48 | 2D |
| Octal | 303 | 40 | 270 | 0 | 124 | 6 | 30 | 460 | 110 | 55 |
| Binary | 11000011 | 100000 | 10111000 | 0 | 1010100 | 110 | 11000 | 100110000 | 1001000 | 101101 |
Color Harmonies of #C320B8
Complementary color
Monochromatic Colors of #C320B8
Black with #C320B8
Text Example
Text Example
White with #C320B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C320B8; }
p { color: rgb(195,32,184); }
H1.HeaderClassName
{
color: #C320B8;
}
.AnyTagClassName
{
color: #C320B8;
}
</style>
background-color css
<style>
a { background-color: #C320B8; }
a { background-color: rgb(195,32,184); }
div.DivClassName
{
background-color: #C320B8;
}
.BgClassName
{
background-color: #C320B8;
}
</style>
border-color css
<style>
span { border-color: #C320B8; }
span { border-color: rgb(195,32,184); }
td.TdClassName
{
border-color: #C320B8;
}
.TagClassName
{
border-color: #C320B8;
}
</style>