Shades of Deep Magenta #C328BC
Tints of Deep Magenta #C328BC
RGB
CMYK
RGB Variations
Color information
#C328BC (or 0xC328BC) is known color: Deep Magenta. HEX triplet: C3, 28 and BC. RGB value is (195,40,188). Sum of RGB (Red+Green+Blue) = 195+40+188=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 40 (16.02% from 255 or 9.46% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C328BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C328BC is #3CD743. Grayscale: #666666. Windows color (decimal): -3987268 or 12331203. OLE color: 12331203.
HSL color Cylindrical-coordinate representation of color #C328BC: hue angle of 302.71º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C328BC is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 40 | 188 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.24 |
| HSL | 302.71º | 0.66% | 0.46% | - |
| HSV(B) | 302.71º | 0.79% | 0.76% | - |
| XYZ | 32.34 | 16.75 | 49.11 | - |
| YUV | 103.22 | 175.85 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 40 | 188 | 0 | 0.79 | 0.04 | 0.24 | 302.71 | 0.66 | 0.46 |
| Hex | C3 | 28 | BC | 0 | 4F | 4 | 18 | 12F | 42 | 2E |
| Octal | 303 | 50 | 274 | 0 | 117 | 4 | 30 | 457 | 102 | 56 |
| Binary | 11000011 | 101000 | 10111100 | 0 | 1001111 | 100 | 11000 | 100101111 | 1000010 | 101110 |
Color Harmonies of #C328BC
Complementary color
Monochromatic Colors of #C328BC
Black with #C328BC
Text Example
Text Example
White with #C328BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C328BC; }
p { color: rgb(195,40,188); }
H1.HeaderClassName
{
color: #C328BC;
}
.AnyTagClassName
{
color: #C328BC;
}
</style>
background-color css
<style>
a { background-color: #C328BC; }
a { background-color: rgb(195,40,188); }
div.DivClassName
{
background-color: #C328BC;
}
.BgClassName
{
background-color: #C328BC;
}
</style>
border-color css
<style>
span { border-color: #C328BC; }
span { border-color: rgb(195,40,188); }
td.TdClassName
{
border-color: #C328BC;
}
.TagClassName
{
border-color: #C328BC;
}
</style>