Shades of Deep Magenta #C310BB
Tints of Deep Magenta #C310BB
RGB
CMYK
RGB Variations
Color information
#C310BB (or 0xC310BB) is known color: Deep Magenta. HEX triplet: C3, 10 and BB. RGB value is (195,16,187). Sum of RGB (Red+Green+Blue) = 195+16+187=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 16 (6.64% from 255 or 4.02% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C310BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C310BB is #3CEF44. Grayscale: #585858. Windows color (decimal): -3993413 or 12259523. OLE color: 12259523.
HSL color Cylindrical-coordinate representation of color #C310BB: hue angle of 302.68º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C310BB is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 16 | 187 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.24 |
| HSL | 302.68º | 0.85% | 0.41% | - |
| HSV(B) | 302.68º | 0.92% | 0.76% | - |
| XYZ | 31.66 | 15.56 | 48.35 | - |
| YUV | 89.02 | 183.3 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 16 | 187 | 0 | 0.92 | 0.04 | 0.24 | 302.68 | 0.85 | 0.41 |
| Hex | C3 | 10 | BB | 0 | 5C | 4 | 18 | 12F | 55 | 29 |
| Octal | 303 | 20 | 273 | 0 | 134 | 4 | 30 | 457 | 125 | 51 |
| Binary | 11000011 | 10000 | 10111011 | 0 | 1011100 | 100 | 11000 | 100101111 | 1010101 | 101001 |
Color Harmonies of #C310BB
Complementary color
Monochromatic Colors of #C310BB
Black with #C310BB
Text Example
Text Example
White with #C310BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C310BB; }
p { color: rgb(195,16,187); }
H1.HeaderClassName
{
color: #C310BB;
}
.AnyTagClassName
{
color: #C310BB;
}
</style>
background-color css
<style>
a { background-color: #C310BB; }
a { background-color: rgb(195,16,187); }
div.DivClassName
{
background-color: #C310BB;
}
.BgClassName
{
background-color: #C310BB;
}
</style>
border-color css
<style>
span { border-color: #C310BB; }
span { border-color: rgb(195,16,187); }
td.TdClassName
{
border-color: #C310BB;
}
.TagClassName
{
border-color: #C310BB;
}
</style>