Shades of Deep Magenta #C313BC
Tints of Deep Magenta #C313BC
RGB
CMYK
RGB Variations
Color information
#C313BC (or 0xC313BC) is known color: Deep Magenta. HEX triplet: C3, 13 and BC. RGB value is (195,19,188). Sum of RGB (Red+Green+Blue) = 195+19+188=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 19 (7.81% from 255 or 4.73% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C313BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C313BC is #3CEC43. Grayscale: #5A5A5A. Windows color (decimal): -3992644 or 12325827. OLE color: 12325827.
HSL color Cylindrical-coordinate representation of color #C313BC: hue angle of 302.39º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C313BC is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 188 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.24 |
| HSL | 302.39º | 0.82% | 0.42% | - |
| HSV(B) | 302.39º | 0.9% | 0.76% | - |
| XYZ | 31.82 | 15.7 | 48.93 | - |
| YUV | 90.89 | 182.81 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 188 | 0 | 0.90 | 0.04 | 0.24 | 302.39 | 0.82 | 0.42 |
| Hex | C3 | 13 | BC | 0 | 5A | 4 | 18 | 12E | 52 | 2A |
| Octal | 303 | 23 | 274 | 0 | 132 | 4 | 30 | 456 | 122 | 52 |
| Binary | 11000011 | 10011 | 10111100 | 0 | 1011010 | 100 | 11000 | 100101110 | 1010010 | 101010 |
Color Harmonies of #C313BC
Complementary color
Monochromatic Colors of #C313BC
Black with #C313BC
Text Example
Text Example
White with #C313BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C313BC; }
p { color: rgb(195,19,188); }
H1.HeaderClassName
{
color: #C313BC;
}
.AnyTagClassName
{
color: #C313BC;
}
</style>
background-color css
<style>
a { background-color: #C313BC; }
a { background-color: rgb(195,19,188); }
div.DivClassName
{
background-color: #C313BC;
}
.BgClassName
{
background-color: #C313BC;
}
</style>
border-color css
<style>
span { border-color: #C313BC; }
span { border-color: rgb(195,19,188); }
td.TdClassName
{
border-color: #C313BC;
}
.TagClassName
{
border-color: #C313BC;
}
</style>