Shades of Deep Magenta #C322AF
Tints of Deep Magenta #C322AF
RGB
CMYK
RGB Variations
Color information
#C322AF (or 0xC322AF) is known color: Deep Magenta. HEX triplet: C3, 22 and AF. RGB value is (195,34,175). Sum of RGB (Red+Green+Blue) = 195+34+175=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 34 (13.67% from 255 or 8.42% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C322AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C322AF is #3CDD50. Grayscale: #616161. Windows color (decimal): -3988817 or 11477699. OLE color: 11477699.
HSL color Cylindrical-coordinate representation of color #C322AF: hue angle of 307.45º 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 #C322AF is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 34 | 175 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.24 |
| HSL | 307.45º | 0.7% | 0.45% | - |
| HSV(B) | 307.45º | 0.83% | 0.76% | - |
| XYZ | 30.82 | 15.84 | 41.99 | - |
| YUV | 98.21 | 171.34 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 34 | 175 | 0 | 0.83 | 0.10 | 0.24 | 307.45 | 0.7 | 0.45 |
| Hex | C3 | 22 | AF | 0 | 53 | A | 18 | 133 | 46 | 2D |
| Octal | 303 | 42 | 257 | 0 | 123 | 12 | 30 | 463 | 106 | 55 |
| Binary | 11000011 | 100010 | 10101111 | 0 | 1010011 | 1010 | 11000 | 100110011 | 1000110 | 101101 |
Color Harmonies of #C322AF
Complementary color
Monochromatic Colors of #C322AF
Black with #C322AF
Text Example
Text Example
White with #C322AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C322AF; }
p { color: rgb(195,34,175); }
H1.HeaderClassName
{
color: #C322AF;
}
.AnyTagClassName
{
color: #C322AF;
}
</style>
background-color css
<style>
a { background-color: #C322AF; }
a { background-color: rgb(195,34,175); }
div.DivClassName
{
background-color: #C322AF;
}
.BgClassName
{
background-color: #C322AF;
}
</style>
border-color css
<style>
span { border-color: #C322AF; }
span { border-color: rgb(195,34,175); }
td.TdClassName
{
border-color: #C322AF;
}
.TagClassName
{
border-color: #C322AF;
}
</style>