Shades of Deep Magenta #C10FBC
Tints of Deep Magenta #C10FBC
RGB
CMYK
RGB Variations
Color information
#C10FBC (or 0xC10FBC) is known color: Deep Magenta. HEX triplet: C1, 0F and BC. RGB value is (193,15,188). Sum of RGB (Red+Green+Blue) = 193+15+188=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 15 (6.25% from 255 or 3.79% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C10FBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10FBC is #3EF043. Grayscale: #575757. Windows color (decimal): -4124740 or 12324801. OLE color: 12324801.
HSL color Cylindrical-coordinate representation of color #C10FBC: hue angle of 301.69º degrees, saturation: 0.86, 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 #C10FBC is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 15 | 188 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.24 |
| HSL | 301.69º | 0.86% | 0.41% | - |
| HSV(B) | 301.69º | 0.92% | 0.76% | - |
| XYZ | 31.24 | 15.31 | 48.89 | - |
| YUV | 87.94 | 184.47 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 15 | 188 | 0 | 0.92 | 0.03 | 0.24 | 301.69 | 0.86 | 0.41 |
| Hex | C1 | F | BC | 0 | 5C | 3 | 18 | 12E | 56 | 29 |
| Octal | 301 | 17 | 274 | 0 | 134 | 3 | 30 | 456 | 126 | 51 |
| Binary | 11000001 | 1111 | 10111100 | 0 | 1011100 | 11 | 11000 | 100101110 | 1010110 | 101001 |
Color Harmonies of #C10FBC
Complementary color
Monochromatic Colors of #C10FBC
Black with #C10FBC
Text Example
Text Example
White with #C10FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10FBC; }
p { color: rgb(193,15,188); }
H1.HeaderClassName
{
color: #C10FBC;
}
.AnyTagClassName
{
color: #C10FBC;
}
</style>
background-color css
<style>
a { background-color: #C10FBC; }
a { background-color: rgb(193,15,188); }
div.DivClassName
{
background-color: #C10FBC;
}
.BgClassName
{
background-color: #C10FBC;
}
</style>
border-color css
<style>
span { border-color: #C10FBC; }
span { border-color: rgb(193,15,188); }
td.TdClassName
{
border-color: #C10FBC;
}
.TagClassName
{
border-color: #C10FBC;
}
</style>