Shades of Deep Magenta #C114B3
Tints of Deep Magenta #C114B3
RGB
CMYK
RGB Variations
Color information
#C114B3 (or 0xC114B3) is known color: Deep Magenta. HEX triplet: C1, 14 and B3. RGB value is (193,20,179). Sum of RGB (Red+Green+Blue) = 193+20+179=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 20 (8.20% from 255 or 5.10% from 392); Blue value is 179 (70.31% from 255 or 45.66% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C114B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C114B3 is #3EEB4C. Grayscale: #595959. Windows color (decimal): -4123469 or 11736257. OLE color: 11736257.
HSL color Cylindrical-coordinate representation of color #C114B3: hue angle of 304.86º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C114B3 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 20 | 179 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.24 |
| HSL | 304.86º | 0.81% | 0.42% | - |
| HSV(B) | 304.86º | 0.9% | 0.76% | - |
| XYZ | 30.38 | 15.09 | 43.96 | - |
| YUV | 89.85 | 178.31 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 20 | 179 | 0 | 0.90 | 0.07 | 0.24 | 304.86 | 0.81 | 0.42 |
| Hex | C1 | 14 | B3 | 0 | 5A | 7 | 18 | 131 | 51 | 2A |
| Octal | 301 | 24 | 263 | 0 | 132 | 7 | 30 | 461 | 121 | 52 |
| Binary | 11000001 | 10100 | 10110011 | 0 | 1011010 | 111 | 11000 | 100110001 | 1010001 | 101010 |
Color Harmonies of #C114B3
Complementary color
Monochromatic Colors of #C114B3
Black with #C114B3
Text Example
Text Example
White with #C114B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C114B3; }
p { color: rgb(193,20,179); }
H1.HeaderClassName
{
color: #C114B3;
}
.AnyTagClassName
{
color: #C114B3;
}
</style>
background-color css
<style>
a { background-color: #C114B3; }
a { background-color: rgb(193,20,179); }
div.DivClassName
{
background-color: #C114B3;
}
.BgClassName
{
background-color: #C114B3;
}
</style>
border-color css
<style>
span { border-color: #C114B3; }
span { border-color: rgb(193,20,179); }
td.TdClassName
{
border-color: #C114B3;
}
.TagClassName
{
border-color: #C114B3;
}
</style>