Shades of Deep Magenta #C327BB
Tints of Deep Magenta #C327BB
RGB
CMYK
RGB Variations
Color information
#C327BB (or 0xC327BB) is known color: Deep Magenta. HEX triplet: C3, 27 and BB. RGB value is (195,39,187). Sum of RGB (Red+Green+Blue) = 195+39+187=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 39 (15.62% from 255 or 9.26% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C327BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C327BB is #3CD844. Grayscale: #666666. Windows color (decimal): -3987525 or 12265411. OLE color: 12265411.
HSL color Cylindrical-coordinate representation of color #C327BB: hue angle of 303.08º 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 #C327BB is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 39 | 187 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.24 |
| HSL | 303.08º | 0.67% | 0.46% | - |
| HSV(B) | 303.08º | 0.8% | 0.76% | - |
| XYZ | 32.2 | 16.64 | 48.53 | - |
| YUV | 102.52 | 175.68 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 39 | 187 | 0 | 0.80 | 0.04 | 0.24 | 303.08 | 0.67 | 0.46 |
| Hex | C3 | 27 | BB | 0 | 50 | 4 | 18 | 12F | 43 | 2E |
| Octal | 303 | 47 | 273 | 0 | 120 | 4 | 30 | 457 | 103 | 56 |
| Binary | 11000011 | 100111 | 10111011 | 0 | 1010000 | 100 | 11000 | 100101111 | 1000011 | 101110 |
Color Harmonies of #C327BB
Complementary color
Monochromatic Colors of #C327BB
Black with #C327BB
Text Example
Text Example
White with #C327BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C327BB; }
p { color: rgb(195,39,187); }
H1.HeaderClassName
{
color: #C327BB;
}
.AnyTagClassName
{
color: #C327BB;
}
</style>
background-color css
<style>
a { background-color: #C327BB; }
a { background-color: rgb(195,39,187); }
div.DivClassName
{
background-color: #C327BB;
}
.BgClassName
{
background-color: #C327BB;
}
</style>
border-color css
<style>
span { border-color: #C327BB; }
span { border-color: rgb(195,39,187); }
td.TdClassName
{
border-color: #C327BB;
}
.TagClassName
{
border-color: #C327BB;
}
</style>