Shades of Deep Magenta #C123AF
Tints of Deep Magenta #C123AF
RGB
CMYK
RGB Variations
Color information
#C123AF (or 0xC123AF) is known color: Deep Magenta. HEX triplet: C1, 23 and AF. RGB value is (193,35,175). Sum of RGB (Red+Green+Blue) = 193+35+175=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 35 (14.06% from 255 or 8.68% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C123AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C123AF is #3EDC50. Grayscale: #616161. Windows color (decimal): -4119633 or 11477953. OLE color: 11477953.
HSL color Cylindrical-coordinate representation of color #C123AF: hue angle of 306.84º 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 #C123AF is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 35 | 175 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.24 |
| HSL | 306.84º | 0.69% | 0.45% | - |
| HSV(B) | 306.84º | 0.82% | 0.76% | - |
| XYZ | 30.33 | 15.63 | 41.98 | - |
| YUV | 98.2 | 171.35 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 35 | 175 | 0 | 0.82 | 0.09 | 0.24 | 306.84 | 0.69 | 0.45 |
| Hex | C1 | 23 | AF | 0 | 52 | 9 | 18 | 133 | 45 | 2D |
| Octal | 301 | 43 | 257 | 0 | 122 | 11 | 30 | 463 | 105 | 55 |
| Binary | 11000001 | 100011 | 10101111 | 0 | 1010010 | 1001 | 11000 | 100110011 | 1000101 | 101101 |
Color Harmonies of #C123AF
Complementary color
Monochromatic Colors of #C123AF
Black with #C123AF
Text Example
Text Example
White with #C123AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C123AF; }
p { color: rgb(193,35,175); }
H1.HeaderClassName
{
color: #C123AF;
}
.AnyTagClassName
{
color: #C123AF;
}
</style>
background-color css
<style>
a { background-color: #C123AF; }
a { background-color: rgb(193,35,175); }
div.DivClassName
{
background-color: #C123AF;
}
.BgClassName
{
background-color: #C123AF;
}
</style>
border-color css
<style>
span { border-color: #C123AF; }
span { border-color: rgb(193,35,175); }
td.TdClassName
{
border-color: #C123AF;
}
.TagClassName
{
border-color: #C123AF;
}
</style>