Shades of Deep Magenta #C326BE
Tints of Deep Magenta #C326BE
RGB
CMYK
RGB Variations
Color information
#C326BE (or 0xC326BE) is known color: Deep Magenta. HEX triplet: C3, 26 and BE. RGB value is (195,38,190). Sum of RGB (Red+Green+Blue) = 195+38+190=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 38 (15.23% from 255 or 8.98% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C326BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C326BE is #3CD941. Grayscale: #656565. Windows color (decimal): -3987778 or 12461763. OLE color: 12461763.
HSL color Cylindrical-coordinate representation of color #C326BE: hue angle of 301.91º 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 #C326BE is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 38 | 190 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.24 |
| HSL | 301.91º | 0.67% | 0.46% | - |
| HSV(B) | 301.91º | 0.81% | 0.76% | - |
| XYZ | 32.49 | 16.71 | 50.23 | - |
| YUV | 102.27 | 177.51 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 38 | 190 | 0 | 0.81 | 0.03 | 0.24 | 301.91 | 0.67 | 0.46 |
| Hex | C3 | 26 | BE | 0 | 51 | 3 | 18 | 12E | 43 | 2E |
| Octal | 303 | 46 | 276 | 0 | 121 | 3 | 30 | 456 | 103 | 56 |
| Binary | 11000011 | 100110 | 10111110 | 0 | 1010001 | 11 | 11000 | 100101110 | 1000011 | 101110 |
Color Harmonies of #C326BE
Complementary color
Monochromatic Colors of #C326BE
Black with #C326BE
Text Example
Text Example
White with #C326BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C326BE; }
p { color: rgb(195,38,190); }
H1.HeaderClassName
{
color: #C326BE;
}
.AnyTagClassName
{
color: #C326BE;
}
</style>
background-color css
<style>
a { background-color: #C326BE; }
a { background-color: rgb(195,38,190); }
div.DivClassName
{
background-color: #C326BE;
}
.BgClassName
{
background-color: #C326BE;
}
</style>
border-color css
<style>
span { border-color: #C326BE; }
span { border-color: rgb(195,38,190); }
td.TdClassName
{
border-color: #C326BE;
}
.TagClassName
{
border-color: #C326BE;
}
</style>