Shades of Deep Magenta #C320BD
Tints of Deep Magenta #C320BD
RGB
CMYK
RGB Variations
Color information
#C320BD (or 0xC320BD) is known color: Deep Magenta. HEX triplet: C3, 20 and BD. RGB value is (195,32,189). Sum of RGB (Red+Green+Blue) = 195+32+189=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 32 (12.89% from 255 or 7.69% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C320BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C320BD is #3CDF42. Grayscale: #626262. Windows color (decimal): -3989315 or 12394691. OLE color: 12394691.
HSL color Cylindrical-coordinate representation of color #C320BD: hue angle of 302.21º 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 #C320BD is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 189 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.24 |
| HSL | 302.21º | 0.72% | 0.45% | - |
| HSV(B) | 302.21º | 0.84% | 0.76% | - |
| XYZ | 32.21 | 16.31 | 49.59 | - |
| YUV | 98.64 | 179 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 189 | 0 | 0.84 | 0.03 | 0.24 | 302.21 | 0.72 | 0.45 |
| Hex | C3 | 20 | BD | 0 | 54 | 3 | 18 | 12E | 48 | 2D |
| Octal | 303 | 40 | 275 | 0 | 124 | 3 | 30 | 456 | 110 | 55 |
| Binary | 11000011 | 100000 | 10111101 | 0 | 1010100 | 11 | 11000 | 100101110 | 1001000 | 101101 |
Color Harmonies of #C320BD
Complementary color
Monochromatic Colors of #C320BD
Black with #C320BD
Text Example
Text Example
White with #C320BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C320BD; }
p { color: rgb(195,32,189); }
H1.HeaderClassName
{
color: #C320BD;
}
.AnyTagClassName
{
color: #C320BD;
}
</style>
background-color css
<style>
a { background-color: #C320BD; }
a { background-color: rgb(195,32,189); }
div.DivClassName
{
background-color: #C320BD;
}
.BgClassName
{
background-color: #C320BD;
}
</style>
border-color css
<style>
span { border-color: #C320BD; }
span { border-color: rgb(195,32,189); }
td.TdClassName
{
border-color: #C320BD;
}
.TagClassName
{
border-color: #C320BD;
}
</style>