Shades of Deep Magenta #C322B0
Tints of Deep Magenta #C322B0
RGB
CMYK
RGB Variations
Color information
#C322B0 (or 0xC322B0) is known color: Deep Magenta. HEX triplet: C3, 22 and B0. RGB value is (195,34,176). Sum of RGB (Red+Green+Blue) = 195+34+176=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 34 (13.67% from 255 or 8.40% from 405); Blue value is 176 (69.14% from 255 or 43.46% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C322B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C322B0 is #3CDD4F. Grayscale: #616161. Windows color (decimal): -3988816 or 11543235. OLE color: 11543235.
HSL color Cylindrical-coordinate representation of color #C322B0: hue angle of 307.08º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C322B0 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 34 | 176 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.24 |
| HSL | 307.08º | 0.7% | 0.45% | - |
| HSV(B) | 307.08º | 0.83% | 0.76% | - |
| XYZ | 30.91 | 15.88 | 42.51 | - |
| YUV | 98.33 | 171.84 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 34 | 176 | 0 | 0.83 | 0.10 | 0.24 | 307.08 | 0.7 | 0.45 |
| Hex | C3 | 22 | B0 | 0 | 53 | A | 18 | 133 | 46 | 2D |
| Octal | 303 | 42 | 260 | 0 | 123 | 12 | 30 | 463 | 106 | 55 |
| Binary | 11000011 | 100010 | 10110000 | 0 | 1010011 | 1010 | 11000 | 100110011 | 1000110 | 101101 |
Color Harmonies of #C322B0
Complementary color
Monochromatic Colors of #C322B0
Black with #C322B0
Text Example
Text Example
White with #C322B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C322B0; }
p { color: rgb(195,34,176); }
H1.HeaderClassName
{
color: #C322B0;
}
.AnyTagClassName
{
color: #C322B0;
}
</style>
background-color css
<style>
a { background-color: #C322B0; }
a { background-color: rgb(195,34,176); }
div.DivClassName
{
background-color: #C322B0;
}
.BgClassName
{
background-color: #C322B0;
}
</style>
border-color css
<style>
span { border-color: #C322B0; }
span { border-color: rgb(195,34,176); }
td.TdClassName
{
border-color: #C322B0;
}
.TagClassName
{
border-color: #C322B0;
}
</style>