Shades of Deep Magenta #C324BB
Tints of Deep Magenta #C324BB
RGB
CMYK
RGB Variations
Color information
#C324BB (or 0xC324BB) is known color: Deep Magenta. HEX triplet: C3, 24 and BB. RGB value is (195,36,187). Sum of RGB (Red+Green+Blue) = 195+36+187=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 36 (14.45% from 255 or 8.61% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C324BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C324BB is #3CDB44. Grayscale: #646464. Windows color (decimal): -3988293 or 12264643. OLE color: 12264643.
HSL color Cylindrical-coordinate representation of color #C324BB: hue angle of 303.02º 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 #C324BB is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 36 | 187 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.24 |
| HSL | 303.02º | 0.69% | 0.45% | - |
| HSV(B) | 303.02º | 0.82% | 0.76% | - |
| XYZ | 32.11 | 16.45 | 48.5 | - |
| YUV | 100.76 | 176.68 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 36 | 187 | 0 | 0.82 | 0.04 | 0.24 | 303.02 | 0.69 | 0.45 |
| Hex | C3 | 24 | BB | 0 | 52 | 4 | 18 | 12F | 45 | 2D |
| Octal | 303 | 44 | 273 | 0 | 122 | 4 | 30 | 457 | 105 | 55 |
| Binary | 11000011 | 100100 | 10111011 | 0 | 1010010 | 100 | 11000 | 100101111 | 1000101 | 101101 |
Color Harmonies of #C324BB
Complementary color
Monochromatic Colors of #C324BB
Black with #C324BB
Text Example
Text Example
White with #C324BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C324BB; }
p { color: rgb(195,36,187); }
H1.HeaderClassName
{
color: #C324BB;
}
.AnyTagClassName
{
color: #C324BB;
}
</style>
background-color css
<style>
a { background-color: #C324BB; }
a { background-color: rgb(195,36,187); }
div.DivClassName
{
background-color: #C324BB;
}
.BgClassName
{
background-color: #C324BB;
}
</style>
border-color css
<style>
span { border-color: #C324BB; }
span { border-color: rgb(195,36,187); }
td.TdClassName
{
border-color: #C324BB;
}
.TagClassName
{
border-color: #C324BB;
}
</style>