Shades of Deep Magenta #C101B6
Tints of Deep Magenta #C101B6
RGB
CMYK
RGB Variations
Color information
#C101B6 (or 0xC101B6) is known color: Deep Magenta. HEX triplet: C1, 01 and B6. RGB value is (193,1,182). Sum of RGB (Red+Green+Blue) = 193+1+182=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 1 (0.78% from 255 or 0.27% from 376); Blue value is 182 (71.48% from 255 or 48.40% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C101B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C101B6 is #3EFE49. Grayscale: #4E4E4E. Windows color (decimal): -4128330 or 11928001. OLE color: 11928001.
HSL color Cylindrical-coordinate representation of color #C101B6: hue angle of 303.44º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C101B6 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 1 | 182 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.24 |
| HSL | 303.44º | 0.99% | 0.38% | - |
| HSV(B) | 303.44º | 0.99% | 0.76% | - |
| XYZ | 30.45 | 14.74 | 45.5 | - |
| YUV | 79.04 | 186.11 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 182 | 0 | 0.99 | 0.06 | 0.24 | 303.44 | 0.99 | 0.38 |
| Hex | C1 | 1 | B6 | 0 | 63 | 6 | 18 | 12F | 63 | 26 |
| Octal | 301 | 1 | 266 | 0 | 143 | 6 | 30 | 457 | 143 | 46 |
| Binary | 11000001 | 1 | 10110110 | 0 | 1100011 | 110 | 11000 | 100101111 | 1100011 | 100110 |
Color Harmonies of #C101B6
Complementary color
Monochromatic Colors of #C101B6
Black with #C101B6
Text Example
Text Example
White with #C101B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C101B6; }
p { color: rgb(193,1,182); }
H1.HeaderClassName
{
color: #C101B6;
}
.AnyTagClassName
{
color: #C101B6;
}
</style>
background-color css
<style>
a { background-color: #C101B6; }
a { background-color: rgb(193,1,182); }
div.DivClassName
{
background-color: #C101B6;
}
.BgClassName
{
background-color: #C101B6;
}
</style>
border-color css
<style>
span { border-color: #C101B6; }
span { border-color: rgb(193,1,182); }
td.TdClassName
{
border-color: #C101B6;
}
.TagClassName
{
border-color: #C101B6;
}
</style>