Shades of Deep Magenta #C100B3
Tints of Deep Magenta #C100B3
RGB
CMYK
RGB Variations
Color information
#C100B3 (or 0xC100B3) is known color: Deep Magenta. HEX triplet: C1, 00 and B3. RGB value is (193,0,179). Sum of RGB (Red+Green+Blue) = 193+0+179=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 179 (70.31% from 255 or 48.12% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C100B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C100B3 is #3EFF4C. Grayscale: #4D4D4D. Windows color (decimal): -4128589 or 11731137. OLE color: 11731137.
HSL color Cylindrical-coordinate representation of color #C100B3: hue angle of 304.35º 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 #C100B3 is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 0 | 179 | - |
| CMYK | 0 | 1 | 0.07 | 0.24 |
| HSL | 304.35º | 1% | 0.38% | - |
| HSV(B) | 304.35º | 1% | 0.76% | - |
| XYZ | 30.13 | 14.59 | 43.88 | - |
| YUV | 78.11 | 184.94 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 0 | 179 | 0 | 1 | 0.07 | 0.24 | 304.35 | 1 | 0.38 |
| Hex | C1 | 0 | B3 | 0 | 64 | 7 | 18 | 130 | 64 | 26 |
| Octal | 301 | 0 | 263 | 0 | 144 | 7 | 30 | 460 | 144 | 46 |
| Binary | 11000001 | 0 | 10110011 | 0 | 1100100 | 111 | 11000 | 100110000 | 1100100 | 100110 |
Color Harmonies of #C100B3
Complementary color
Monochromatic Colors of #C100B3
Black with #C100B3
Text Example
Text Example
White with #C100B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C100B3; }
p { color: rgb(193,0,179); }
H1.HeaderClassName
{
color: #C100B3;
}
.AnyTagClassName
{
color: #C100B3;
}
</style>
background-color css
<style>
a { background-color: #C100B3; }
a { background-color: rgb(193,0,179); }
div.DivClassName
{
background-color: #C100B3;
}
.BgClassName
{
background-color: #C100B3;
}
</style>
border-color css
<style>
span { border-color: #C100B3; }
span { border-color: rgb(193,0,179); }
td.TdClassName
{
border-color: #C100B3;
}
.TagClassName
{
border-color: #C100B3;
}
</style>