Shades of Deep Magenta #C123B8
Tints of Deep Magenta #C123B8
RGB
CMYK
RGB Variations
Color information
#C123B8 (or 0xC123B8) is known color: Deep Magenta. HEX triplet: C1, 23 and B8. RGB value is (193,35,184). Sum of RGB (Red+Green+Blue) = 193+35+184=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 35 (14.06% from 255 or 8.50% from 412); Blue value is 184 (72.27% from 255 or 44.66% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C123B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C123B8 is #3EDC47. Grayscale: #626262. Windows color (decimal): -4119624 or 12067777. OLE color: 12067777.
HSL color Cylindrical-coordinate representation of color #C123B8: hue angle of 303.42º 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 #C123B8 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 35 | 184 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.24 |
| HSL | 303.42º | 0.69% | 0.45% | - |
| HSV(B) | 303.42º | 0.82% | 0.76% | - |
| XYZ | 31.25 | 16 | 46.79 | - |
| YUV | 99.23 | 175.85 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 35 | 184 | 0 | 0.82 | 0.05 | 0.24 | 303.42 | 0.69 | 0.45 |
| Hex | C1 | 23 | B8 | 0 | 52 | 5 | 18 | 12F | 45 | 2D |
| Octal | 301 | 43 | 270 | 0 | 122 | 5 | 30 | 457 | 105 | 55 |
| Binary | 11000001 | 100011 | 10111000 | 0 | 1010010 | 101 | 11000 | 100101111 | 1000101 | 101101 |
Color Harmonies of #C123B8
Complementary color
Monochromatic Colors of #C123B8
Black with #C123B8
Text Example
Text Example
White with #C123B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C123B8; }
p { color: rgb(193,35,184); }
H1.HeaderClassName
{
color: #C123B8;
}
.AnyTagClassName
{
color: #C123B8;
}
</style>
background-color css
<style>
a { background-color: #C123B8; }
a { background-color: rgb(193,35,184); }
div.DivClassName
{
background-color: #C123B8;
}
.BgClassName
{
background-color: #C123B8;
}
</style>
border-color css
<style>
span { border-color: #C123B8; }
span { border-color: rgb(193,35,184); }
td.TdClassName
{
border-color: #C123B8;
}
.TagClassName
{
border-color: #C123B8;
}
</style>