Shades of Deep Magenta #C123BB
Tints of Deep Magenta #C123BB
RGB
CMYK
RGB Variations
Color information
#C123BB (or 0xC123BB) is known color: Deep Magenta. HEX triplet: C1, 23 and BB. RGB value is (193,35,187). Sum of RGB (Red+Green+Blue) = 193+35+187=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 35 (14.06% from 255 or 8.43% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 193 - color contains mainly: red. Hex color #C123BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C123BB is #3EDC44. Grayscale: #636363. Windows color (decimal): -4119621 or 12264385. OLE color: 12264385.
HSL color Cylindrical-coordinate representation of color #C123BB: hue angle of 302.28º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C123BB is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 35 | 187 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.24 |
| HSL | 302.28º | 0.69% | 0.45% | - |
| HSV(B) | 302.28º | 0.82% | 0.76% | - |
| XYZ | 31.56 | 16.13 | 48.46 | - |
| YUV | 99.57 | 177.35 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 35 | 187 | 0 | 0.82 | 0.03 | 0.24 | 302.28 | 0.69 | 0.45 |
| Hex | C1 | 23 | BB | 0 | 52 | 3 | 18 | 12E | 45 | 2D |
| Octal | 301 | 43 | 273 | 0 | 122 | 3 | 30 | 456 | 105 | 55 |
| Binary | 11000001 | 100011 | 10111011 | 0 | 1010010 | 11 | 11000 | 100101110 | 1000101 | 101101 |
Color Harmonies of #C123BB
Complementary color
Monochromatic Colors of #C123BB
Black with #C123BB
Text Example
Text Example
White with #C123BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C123BB; }
p { color: rgb(193,35,187); }
H1.HeaderClassName
{
color: #C123BB;
}
.AnyTagClassName
{
color: #C123BB;
}
</style>
background-color css
<style>
a { background-color: #C123BB; }
a { background-color: rgb(193,35,187); }
div.DivClassName
{
background-color: #C123BB;
}
.BgClassName
{
background-color: #C123BB;
}
</style>
border-color css
<style>
span { border-color: #C123BB; }
span { border-color: rgb(193,35,187); }
td.TdClassName
{
border-color: #C123BB;
}
.TagClassName
{
border-color: #C123BB;
}
</style>