Shades of Deep Magenta #C323AF
Tints of Deep Magenta #C323AF
RGB
CMYK
RGB Variations
Color information
#C323AF (or 0xC323AF) is known color: Deep Magenta. HEX triplet: C3, 23 and AF. RGB value is (195,35,175). Sum of RGB (Red+Green+Blue) = 195+35+175=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 35 (14.06% from 255 or 8.64% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C323AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C323AF is #3CDC50. Grayscale: #626262. Windows color (decimal): -3988561 or 11477955. OLE color: 11477955.
HSL color Cylindrical-coordinate representation of color #C323AF: hue angle of 307.5º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C323AF is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 35 | 175 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.24 |
| HSL | 307.5º | 0.7% | 0.45% | - |
| HSV(B) | 307.5º | 0.82% | 0.76% | - |
| XYZ | 30.84 | 15.9 | 42 | - |
| YUV | 98.8 | 171.01 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 35 | 175 | 0 | 0.82 | 0.10 | 0.24 | 307.5 | 0.7 | 0.45 |
| Hex | C3 | 23 | AF | 0 | 52 | A | 18 | 134 | 46 | 2D |
| Octal | 303 | 43 | 257 | 0 | 122 | 12 | 30 | 464 | 106 | 55 |
| Binary | 11000011 | 100011 | 10101111 | 0 | 1010010 | 1010 | 11000 | 100110100 | 1000110 | 101101 |
Color Harmonies of #C323AF
Complementary color
Monochromatic Colors of #C323AF
Black with #C323AF
Text Example
Text Example
White with #C323AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C323AF; }
p { color: rgb(195,35,175); }
H1.HeaderClassName
{
color: #C323AF;
}
.AnyTagClassName
{
color: #C323AF;
}
</style>
background-color css
<style>
a { background-color: #C323AF; }
a { background-color: rgb(195,35,175); }
div.DivClassName
{
background-color: #C323AF;
}
.BgClassName
{
background-color: #C323AF;
}
</style>
border-color css
<style>
span { border-color: #C323AF; }
span { border-color: rgb(195,35,175); }
td.TdClassName
{
border-color: #C323AF;
}
.TagClassName
{
border-color: #C323AF;
}
</style>