Shades of Deep Magenta #C328BE
Tints of Deep Magenta #C328BE
RGB
CMYK
RGB Variations
Color information
#C328BE (or 0xC328BE) is known color: Deep Magenta. HEX triplet: C3, 28 and BE. RGB value is (195,40,190). Sum of RGB (Red+Green+Blue) = 195+40+190=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 40 (16.02% from 255 or 9.41% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C328BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C328BE is #3CD741. Grayscale: #676767. Windows color (decimal): -3987266 or 12462275. OLE color: 12462275.
HSL color Cylindrical-coordinate representation of color #C328BE: hue angle of 301.94º 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 #C328BE is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 40 | 190 | - |
| CMYK | 0 | 0.79 | 0.03 | 0.24 |
| HSL | 301.94º | 0.66% | 0.46% | - |
| HSV(B) | 301.94º | 0.79% | 0.76% | - |
| XYZ | 32.56 | 16.84 | 50.25 | - |
| YUV | 103.45 | 176.85 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 40 | 190 | 0 | 0.79 | 0.03 | 0.24 | 301.94 | 0.66 | 0.46 |
| Hex | C3 | 28 | BE | 0 | 4F | 3 | 18 | 12E | 42 | 2E |
| Octal | 303 | 50 | 276 | 0 | 117 | 3 | 30 | 456 | 102 | 56 |
| Binary | 11000011 | 101000 | 10111110 | 0 | 1001111 | 11 | 11000 | 100101110 | 1000010 | 101110 |
Color Harmonies of #C328BE
Complementary color
Monochromatic Colors of #C328BE
Black with #C328BE
Text Example
Text Example
White with #C328BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C328BE; }
p { color: rgb(195,40,190); }
H1.HeaderClassName
{
color: #C328BE;
}
.AnyTagClassName
{
color: #C328BE;
}
</style>
background-color css
<style>
a { background-color: #C328BE; }
a { background-color: rgb(195,40,190); }
div.DivClassName
{
background-color: #C328BE;
}
.BgClassName
{
background-color: #C328BE;
}
</style>
border-color css
<style>
span { border-color: #C328BE; }
span { border-color: rgb(195,40,190); }
td.TdClassName
{
border-color: #C328BE;
}
.TagClassName
{
border-color: #C328BE;
}
</style>