Shades of Deep Magenta #C100C1
Tints of Deep Magenta #C100C1
RGB
CMYK
RGB Variations
Color information
#C100C1 (or 0xC100C1) is known color: Deep Magenta. HEX triplet: C1, 00 and C1. RGB value is (193,0,193). Sum of RGB (Red+Green+Blue) = 193+0+193=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 193 (75.78% from 255 or 50% from 386); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C100C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C100C1 is #3EFF3E. Grayscale: #4F4F4F. Windows color (decimal): -4128575 or 12648641. OLE color: 12648641.
HSL color Cylindrical-coordinate representation of color #C100C1: hue angle of 300º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C100C1 is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 0 | 193 | - |
| CMYK | 0 | 1 | 0 | 0.24 |
| HSL | 300º | 1% | 0.38% | - |
| HSV(B) | 300º | 1% | 0.76% | - |
| XYZ | 31.62 | 15.19 | 51.72 | - |
| YUV | 79.71 | 191.94 | 208.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 0 | 193 | 0 | 1 | 0 | 0.24 | 300 | 1 | 0.38 |
| Hex | C1 | 0 | C1 | 0 | 64 | 0 | 18 | 12C | 64 | 26 |
| Octal | 301 | 0 | 301 | 0 | 144 | 0 | 30 | 454 | 144 | 46 |
| Binary | 11000001 | 0 | 11000001 | 0 | 1100100 | 0 | 11000 | 100101100 | 1100100 | 100110 |
Color Harmonies of #C100C1
Complementary color
Monochromatic Colors of #C100C1
Black with #C100C1
Text Example
Text Example
White with #C100C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C100C1; }
p { color: rgb(193,0,193); }
H1.HeaderClassName
{
color: #C100C1;
}
.AnyTagClassName
{
color: #C100C1;
}
</style>
background-color css
<style>
a { background-color: #C100C1; }
a { background-color: rgb(193,0,193); }
div.DivClassName
{
background-color: #C100C1;
}
.BgClassName
{
background-color: #C100C1;
}
</style>
border-color css
<style>
span { border-color: #C100C1; }
span { border-color: rgb(193,0,193); }
td.TdClassName
{
border-color: #C100C1;
}
.TagClassName
{
border-color: #C100C1;
}
</style>