Shades of Deep Magenta #C124B3
Tints of Deep Magenta #C124B3
RGB
CMYK
RGB Variations
Color information
#C124B3 (or 0xC124B3) is known color: Deep Magenta. HEX triplet: C1, 24 and B3. RGB value is (193,36,179). Sum of RGB (Red+Green+Blue) = 193+36+179=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 36 (14.45% from 255 or 8.82% from 408); Blue value is 179 (70.31% from 255 or 43.87% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C124B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C124B3 is #3EDB4C. Grayscale: #626262. Windows color (decimal): -4119373 or 11740353. OLE color: 11740353.
HSL color Cylindrical-coordinate representation of color #C124B3: hue angle of 305.35º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C124B3 is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 36 | 179 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.24 |
| HSL | 305.35º | 0.69% | 0.45% | - |
| HSV(B) | 305.35º | 0.81% | 0.76% | - |
| XYZ | 30.76 | 15.85 | 44.09 | - |
| YUV | 99.25 | 173.01 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 36 | 179 | 0 | 0.81 | 0.07 | 0.24 | 305.35 | 0.69 | 0.45 |
| Hex | C1 | 24 | B3 | 0 | 51 | 7 | 18 | 131 | 45 | 2D |
| Octal | 301 | 44 | 263 | 0 | 121 | 7 | 30 | 461 | 105 | 55 |
| Binary | 11000001 | 100100 | 10110011 | 0 | 1010001 | 111 | 11000 | 100110001 | 1000101 | 101101 |
Color Harmonies of #C124B3
Complementary color
Monochromatic Colors of #C124B3
Black with #C124B3
Text Example
Text Example
White with #C124B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C124B3; }
p { color: rgb(193,36,179); }
H1.HeaderClassName
{
color: #C124B3;
}
.AnyTagClassName
{
color: #C124B3;
}
</style>
background-color css
<style>
a { background-color: #C124B3; }
a { background-color: rgb(193,36,179); }
div.DivClassName
{
background-color: #C124B3;
}
.BgClassName
{
background-color: #C124B3;
}
</style>
border-color css
<style>
span { border-color: #C124B3; }
span { border-color: rgb(193,36,179); }
td.TdClassName
{
border-color: #C124B3;
}
.TagClassName
{
border-color: #C124B3;
}
</style>