Shades of Deep Magenta #C100BD
Tints of Deep Magenta #C100BD
RGB
CMYK
RGB Variations
Color information
#C100BD (or 0xC100BD) is known color: Deep Magenta. HEX triplet: C1, 00 and BD. RGB value is (193,0,189). Sum of RGB (Red+Green+Blue) = 193+0+189=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C100BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C100BD is #3EFF42. Grayscale: #4E4E4E. Windows color (decimal): -4128579 or 12386497. OLE color: 12386497.
HSL color Cylindrical-coordinate representation of color #C100BD: hue angle of 301.24º 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 #C100BD is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 0 | 189 | - |
| CMYK | 0 | 1 | 0.02 | 0.24 |
| HSL | 301.24º | 1% | 0.38% | - |
| HSV(B) | 301.24º | 1% | 0.76% | - |
| XYZ | 31.18 | 15.01 | 49.4 | - |
| YUV | 79.25 | 189.94 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 0 | 189 | 0 | 1 | 0.02 | 0.24 | 301.24 | 1 | 0.38 |
| Hex | C1 | 0 | BD | 0 | 64 | 2 | 18 | 12D | 64 | 26 |
| Octal | 301 | 0 | 275 | 0 | 144 | 2 | 30 | 455 | 144 | 46 |
| Binary | 11000001 | 0 | 10111101 | 0 | 1100100 | 10 | 11000 | 100101101 | 1100100 | 100110 |
Color Harmonies of #C100BD
Complementary color
Monochromatic Colors of #C100BD
Black with #C100BD
Text Example
Text Example
White with #C100BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C100BD; }
p { color: rgb(193,0,189); }
H1.HeaderClassName
{
color: #C100BD;
}
.AnyTagClassName
{
color: #C100BD;
}
</style>
background-color css
<style>
a { background-color: #C100BD; }
a { background-color: rgb(193,0,189); }
div.DivClassName
{
background-color: #C100BD;
}
.BgClassName
{
background-color: #C100BD;
}
</style>
border-color css
<style>
span { border-color: #C100BD; }
span { border-color: rgb(193,0,189); }
td.TdClassName
{
border-color: #C100BD;
}
.TagClassName
{
border-color: #C100BD;
}
</style>