Shades of Deep Magenta #C324B9
Tints of Deep Magenta #C324B9
RGB
CMYK
RGB Variations
Color information
#C324B9 (or 0xC324B9) is known color: Deep Magenta. HEX triplet: C3, 24 and B9. RGB value is (195,36,185). Sum of RGB (Red+Green+Blue) = 195+36+185=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 36 (14.45% from 255 or 8.65% from 416); Blue value is 185 (72.66% from 255 or 44.47% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C324B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C324B9 is #3CDB46. Grayscale: #646464. Windows color (decimal): -3988295 or 12133571. OLE color: 12133571.
HSL color Cylindrical-coordinate representation of color #C324B9: hue angle of 303.77º degrees, saturation: 0.69, 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 #C324B9 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 36 | 185 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.24 |
| HSL | 303.77º | 0.69% | 0.45% | - |
| HSV(B) | 303.77º | 0.82% | 0.76% | - |
| XYZ | 31.89 | 16.37 | 47.38 | - |
| YUV | 100.53 | 175.68 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 36 | 185 | 0 | 0.82 | 0.05 | 0.24 | 303.77 | 0.69 | 0.45 |
| Hex | C3 | 24 | B9 | 0 | 52 | 5 | 18 | 130 | 45 | 2D |
| Octal | 303 | 44 | 271 | 0 | 122 | 5 | 30 | 460 | 105 | 55 |
| Binary | 11000011 | 100100 | 10111001 | 0 | 1010010 | 101 | 11000 | 100110000 | 1000101 | 101101 |
Color Harmonies of #C324B9
Complementary color
Monochromatic Colors of #C324B9
Black with #C324B9
Text Example
Text Example
White with #C324B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C324B9; }
p { color: rgb(195,36,185); }
H1.HeaderClassName
{
color: #C324B9;
}
.AnyTagClassName
{
color: #C324B9;
}
</style>
background-color css
<style>
a { background-color: #C324B9; }
a { background-color: rgb(195,36,185); }
div.DivClassName
{
background-color: #C324B9;
}
.BgClassName
{
background-color: #C324B9;
}
</style>
border-color css
<style>
span { border-color: #C324B9; }
span { border-color: rgb(195,36,185); }
td.TdClassName
{
border-color: #C324B9;
}
.TagClassName
{
border-color: #C324B9;
}
</style>