Shades of Deep Magenta #C327BC
Tints of Deep Magenta #C327BC
RGB
CMYK
RGB Variations
Color information
#C327BC (or 0xC327BC) is known color: Deep Magenta. HEX triplet: C3, 27 and BC. RGB value is (195,39,188). Sum of RGB (Red+Green+Blue) = 195+39+188=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 39 (15.62% from 255 or 9.24% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C327BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C327BC is #3CD843. Grayscale: #666666. Windows color (decimal): -3987524 or 12330947. OLE color: 12330947.
HSL color Cylindrical-coordinate representation of color #C327BC: hue angle of 302.69º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C327BC is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 39 | 188 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.24 |
| HSL | 302.69º | 0.67% | 0.46% | - |
| HSV(B) | 302.69º | 0.8% | 0.76% | - |
| XYZ | 32.31 | 16.68 | 49.09 | - |
| YUV | 102.63 | 176.18 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 39 | 188 | 0 | 0.80 | 0.04 | 0.24 | 302.69 | 0.67 | 0.46 |
| Hex | C3 | 27 | BC | 0 | 50 | 4 | 18 | 12F | 43 | 2E |
| Octal | 303 | 47 | 274 | 0 | 120 | 4 | 30 | 457 | 103 | 56 |
| Binary | 11000011 | 100111 | 10111100 | 0 | 1010000 | 100 | 11000 | 100101111 | 1000011 | 101110 |
Color Harmonies of #C327BC
Complementary color
Monochromatic Colors of #C327BC
Black with #C327BC
Text Example
Text Example
White with #C327BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C327BC; }
p { color: rgb(195,39,188); }
H1.HeaderClassName
{
color: #C327BC;
}
.AnyTagClassName
{
color: #C327BC;
}
</style>
background-color css
<style>
a { background-color: #C327BC; }
a { background-color: rgb(195,39,188); }
div.DivClassName
{
background-color: #C327BC;
}
.BgClassName
{
background-color: #C327BC;
}
</style>
border-color css
<style>
span { border-color: #C327BC; }
span { border-color: rgb(195,39,188); }
td.TdClassName
{
border-color: #C327BC;
}
.TagClassName
{
border-color: #C327BC;
}
</style>