Shades of Deep Magenta #C118B3
Tints of Deep Magenta #C118B3
RGB
CMYK
RGB Variations
Color information
#C118B3 (or 0xC118B3) is known color: Deep Magenta. HEX triplet: C1, 18 and B3. RGB value is (193,24,179). Sum of RGB (Red+Green+Blue) = 193+24+179=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 24 (9.77% from 255 or 6.06% from 396); Blue value is 179 (70.31% from 255 or 45.20% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C118B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C118B3 is #3EE74C. Grayscale: #5B5B5B. Windows color (decimal): -4122445 or 11737281. OLE color: 11737281.
HSL color Cylindrical-coordinate representation of color #C118B3: hue angle of 304.97º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C118B3 is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 24 | 179 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.24 |
| HSL | 304.97º | 0.78% | 0.43% | - |
| HSV(B) | 304.97º | 0.88% | 0.76% | - |
| XYZ | 30.46 | 15.25 | 43.99 | - |
| YUV | 92.2 | 176.99 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 24 | 179 | 0 | 0.88 | 0.07 | 0.24 | 304.97 | 0.78 | 0.43 |
| Hex | C1 | 18 | B3 | 0 | 58 | 7 | 18 | 131 | 4E | 2B |
| Octal | 301 | 30 | 263 | 0 | 130 | 7 | 30 | 461 | 116 | 53 |
| Binary | 11000001 | 11000 | 10110011 | 0 | 1011000 | 111 | 11000 | 100110001 | 1001110 | 101011 |
Color Harmonies of #C118B3
Complementary color
Monochromatic Colors of #C118B3
Black with #C118B3
Text Example
Text Example
White with #C118B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C118B3; }
p { color: rgb(193,24,179); }
H1.HeaderClassName
{
color: #C118B3;
}
.AnyTagClassName
{
color: #C118B3;
}
</style>
background-color css
<style>
a { background-color: #C118B3; }
a { background-color: rgb(193,24,179); }
div.DivClassName
{
background-color: #C118B3;
}
.BgClassName
{
background-color: #C118B3;
}
</style>
border-color css
<style>
span { border-color: #C118B3; }
span { border-color: rgb(193,24,179); }
td.TdClassName
{
border-color: #C118B3;
}
.TagClassName
{
border-color: #C118B3;
}
</style>