Shades of Deep Magenta #C324BC
Tints of Deep Magenta #C324BC
RGB
CMYK
RGB Variations
Color information
#C324BC (or 0xC324BC) is known color: Deep Magenta. HEX triplet: C3, 24 and BC. RGB value is (195,36,188). Sum of RGB (Red+Green+Blue) = 195+36+188=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 36 (14.45% from 255 or 8.59% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C324BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C324BC is #3CDB43. Grayscale: #646464. Windows color (decimal): -3988292 or 12330179. OLE color: 12330179.
HSL color Cylindrical-coordinate representation of color #C324BC: hue angle of 302.64º 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 #C324BC is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 36 | 188 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.24 |
| HSL | 302.64º | 0.69% | 0.45% | - |
| HSV(B) | 302.64º | 0.82% | 0.76% | - |
| XYZ | 32.21 | 16.49 | 49.06 | - |
| YUV | 100.87 | 177.18 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 36 | 188 | 0 | 0.82 | 0.04 | 0.24 | 302.64 | 0.69 | 0.45 |
| Hex | C3 | 24 | BC | 0 | 52 | 4 | 18 | 12F | 45 | 2D |
| Octal | 303 | 44 | 274 | 0 | 122 | 4 | 30 | 457 | 105 | 55 |
| Binary | 11000011 | 100100 | 10111100 | 0 | 1010010 | 100 | 11000 | 100101111 | 1000101 | 101101 |
Color Harmonies of #C324BC
Complementary color
Monochromatic Colors of #C324BC
Black with #C324BC
Text Example
Text Example
White with #C324BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C324BC; }
p { color: rgb(195,36,188); }
H1.HeaderClassName
{
color: #C324BC;
}
.AnyTagClassName
{
color: #C324BC;
}
</style>
background-color css
<style>
a { background-color: #C324BC; }
a { background-color: rgb(195,36,188); }
div.DivClassName
{
background-color: #C324BC;
}
.BgClassName
{
background-color: #C324BC;
}
</style>
border-color css
<style>
span { border-color: #C324BC; }
span { border-color: rgb(195,36,188); }
td.TdClassName
{
border-color: #C324BC;
}
.TagClassName
{
border-color: #C324BC;
}
</style>