Shades of Deep Magenta #C326B1
Tints of Deep Magenta #C326B1
RGB
CMYK
RGB Variations
Color information
#C326B1 (or 0xC326B1) is known color: Deep Magenta. HEX triplet: C3, 26 and B1. RGB value is (195,38,177). Sum of RGB (Red+Green+Blue) = 195+38+177=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 38 (15.23% from 255 or 9.27% from 410); Blue value is 177 (69.53% from 255 or 43.17% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C326B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C326B1 is #3CD94E. Grayscale: #646464. Windows color (decimal): -3987791 or 11609795. OLE color: 11609795.
HSL color Cylindrical-coordinate representation of color #C326B1: hue angle of 306.88º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C326B1 is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 38 | 177 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.24 |
| HSL | 306.88º | 0.67% | 0.46% | - |
| HSV(B) | 306.88º | 0.81% | 0.76% | - |
| XYZ | 31.13 | 16.16 | 43.07 | - |
| YUV | 100.79 | 171.01 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 38 | 177 | 0 | 0.81 | 0.09 | 0.24 | 306.88 | 0.67 | 0.46 |
| Hex | C3 | 26 | B1 | 0 | 51 | 9 | 18 | 133 | 43 | 2E |
| Octal | 303 | 46 | 261 | 0 | 121 | 11 | 30 | 463 | 103 | 56 |
| Binary | 11000011 | 100110 | 10110001 | 0 | 1010001 | 1001 | 11000 | 100110011 | 1000011 | 101110 |
Color Harmonies of #C326B1
Complementary color
Monochromatic Colors of #C326B1
Black with #C326B1
Text Example
Text Example
White with #C326B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C326B1; }
p { color: rgb(195,38,177); }
H1.HeaderClassName
{
color: #C326B1;
}
.AnyTagClassName
{
color: #C326B1;
}
</style>
background-color css
<style>
a { background-color: #C326B1; }
a { background-color: rgb(195,38,177); }
div.DivClassName
{
background-color: #C326B1;
}
.BgClassName
{
background-color: #C326B1;
}
</style>
border-color css
<style>
span { border-color: #C326B1; }
span { border-color: rgb(195,38,177); }
td.TdClassName
{
border-color: #C326B1;
}
.TagClassName
{
border-color: #C326B1;
}
</style>