Shades of Deep Magenta #C312BC
Tints of Deep Magenta #C312BC
RGB
CMYK
RGB Variations
Color information
#C312BC (or 0xC312BC) is known color: Deep Magenta. HEX triplet: C3, 12 and BC. RGB value is (195,18,188). Sum of RGB (Red+Green+Blue) = 195+18+188=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 18 (7.42% from 255 or 4.49% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C312BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C312BC is #3CED43. Grayscale: #595959. Windows color (decimal): -3992900 or 12325571. OLE color: 12325571.
HSL color Cylindrical-coordinate representation of color #C312BC: hue angle of 302.37º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C312BC is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 18 | 188 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.24 |
| HSL | 302.37º | 0.83% | 0.42% | - |
| HSV(B) | 302.37º | 0.91% | 0.76% | - |
| XYZ | 31.8 | 15.67 | 48.92 | - |
| YUV | 90.3 | 183.14 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 188 | 0 | 0.91 | 0.04 | 0.24 | 302.37 | 0.83 | 0.42 |
| Hex | C3 | 12 | BC | 0 | 5B | 4 | 18 | 12E | 53 | 2A |
| Octal | 303 | 22 | 274 | 0 | 133 | 4 | 30 | 456 | 123 | 52 |
| Binary | 11000011 | 10010 | 10111100 | 0 | 1011011 | 100 | 11000 | 100101110 | 1010011 | 101010 |
Color Harmonies of #C312BC
Complementary color
Monochromatic Colors of #C312BC
Black with #C312BC
Text Example
Text Example
White with #C312BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C312BC; }
p { color: rgb(195,18,188); }
H1.HeaderClassName
{
color: #C312BC;
}
.AnyTagClassName
{
color: #C312BC;
}
</style>
background-color css
<style>
a { background-color: #C312BC; }
a { background-color: rgb(195,18,188); }
div.DivClassName
{
background-color: #C312BC;
}
.BgClassName
{
background-color: #C312BC;
}
</style>
border-color css
<style>
span { border-color: #C312BC; }
span { border-color: rgb(195,18,188); }
td.TdClassName
{
border-color: #C312BC;
}
.TagClassName
{
border-color: #C312BC;
}
</style>