Shades of Deep Magenta #C322BA
Tints of Deep Magenta #C322BA
RGB
CMYK
RGB Variations
Color information
#C322BA (or 0xC322BA) is known color: Deep Magenta. HEX triplet: C3, 22 and BA. RGB value is (195,34,186). Sum of RGB (Red+Green+Blue) = 195+34+186=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 34 (13.67% from 255 or 8.19% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C322BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C322BA is #3CDD45. Grayscale: #636363. Windows color (decimal): -3988806 or 12198595. OLE color: 12198595.
HSL color Cylindrical-coordinate representation of color #C322BA: hue angle of 303.35º 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 #C322BA is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 34 | 186 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.24 |
| HSL | 303.35º | 0.7% | 0.45% | - |
| HSV(B) | 303.35º | 0.83% | 0.76% | - |
| XYZ | 31.94 | 16.29 | 47.92 | - |
| YUV | 99.47 | 176.84 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 34 | 186 | 0 | 0.83 | 0.05 | 0.24 | 303.35 | 0.7 | 0.45 |
| Hex | C3 | 22 | BA | 0 | 53 | 5 | 18 | 12F | 46 | 2D |
| Octal | 303 | 42 | 272 | 0 | 123 | 5 | 30 | 457 | 106 | 55 |
| Binary | 11000011 | 100010 | 10111010 | 0 | 1010011 | 101 | 11000 | 100101111 | 1000110 | 101101 |
Color Harmonies of #C322BA
Complementary color
Monochromatic Colors of #C322BA
Black with #C322BA
Text Example
Text Example
White with #C322BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C322BA; }
p { color: rgb(195,34,186); }
H1.HeaderClassName
{
color: #C322BA;
}
.AnyTagClassName
{
color: #C322BA;
}
</style>
background-color css
<style>
a { background-color: #C322BA; }
a { background-color: rgb(195,34,186); }
div.DivClassName
{
background-color: #C322BA;
}
.BgClassName
{
background-color: #C322BA;
}
</style>
border-color css
<style>
span { border-color: #C322BA; }
span { border-color: rgb(195,34,186); }
td.TdClassName
{
border-color: #C322BA;
}
.TagClassName
{
border-color: #C322BA;
}
</style>