Shades of Deep Magenta #C326BC
Tints of Deep Magenta #C326BC
RGB
CMYK
RGB Variations
Color information
#C326BC (or 0xC326BC) is known color: Deep Magenta. HEX triplet: C3, 26 and BC. RGB value is (195,38,188). Sum of RGB (Red+Green+Blue) = 195+38+188=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 38 (15.23% from 255 or 9.03% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C326BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C326BC is #3CD943. Grayscale: #656565. Windows color (decimal): -3987780 or 12330691. OLE color: 12330691.
HSL color Cylindrical-coordinate representation of color #C326BC: hue angle of 302.68º 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 #C326BC is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 38 | 188 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.24 |
| HSL | 302.68º | 0.67% | 0.46% | - |
| HSV(B) | 302.68º | 0.81% | 0.76% | - |
| XYZ | 32.28 | 16.62 | 49.08 | - |
| YUV | 102.04 | 176.51 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 38 | 188 | 0 | 0.81 | 0.04 | 0.24 | 302.68 | 0.67 | 0.46 |
| Hex | C3 | 26 | BC | 0 | 51 | 4 | 18 | 12F | 43 | 2E |
| Octal | 303 | 46 | 274 | 0 | 121 | 4 | 30 | 457 | 103 | 56 |
| Binary | 11000011 | 100110 | 10111100 | 0 | 1010001 | 100 | 11000 | 100101111 | 1000011 | 101110 |
Color Harmonies of #C326BC
Complementary color
Monochromatic Colors of #C326BC
Black with #C326BC
Text Example
Text Example
White with #C326BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C326BC; }
p { color: rgb(195,38,188); }
H1.HeaderClassName
{
color: #C326BC;
}
.AnyTagClassName
{
color: #C326BC;
}
</style>
background-color css
<style>
a { background-color: #C326BC; }
a { background-color: rgb(195,38,188); }
div.DivClassName
{
background-color: #C326BC;
}
.BgClassName
{
background-color: #C326BC;
}
</style>
border-color css
<style>
span { border-color: #C326BC; }
span { border-color: rgb(195,38,188); }
td.TdClassName
{
border-color: #C326BC;
}
.TagClassName
{
border-color: #C326BC;
}
</style>