Shades of Deep Magenta #C104B5
Tints of Deep Magenta #C104B5
RGB
CMYK
RGB Variations
Color information
#C104B5 (or 0xC104B5) is known color: Deep Magenta. HEX triplet: C1, 04 and B5. RGB value is (193,4,181). Sum of RGB (Red+Green+Blue) = 193+4+181=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 4 (1.95% from 255 or 1.06% from 378); Blue value is 181 (71.09% from 255 or 47.88% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C104B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C104B5 is #3EFB4A. Grayscale: #505050. Windows color (decimal): -4127563 or 11863233. OLE color: 11863233.
HSL color Cylindrical-coordinate representation of color #C104B5: hue angle of 303.81º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C104B5 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 4 | 181 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.24 |
| HSL | 303.81º | 0.96% | 0.39% | - |
| HSV(B) | 303.81º | 0.98% | 0.76% | - |
| XYZ | 30.38 | 14.76 | 44.96 | - |
| YUV | 80.69 | 184.62 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 4 | 181 | 0 | 0.98 | 0.06 | 0.24 | 303.81 | 0.96 | 0.39 |
| Hex | C1 | 4 | B5 | 0 | 62 | 6 | 18 | 130 | 60 | 27 |
| Octal | 301 | 4 | 265 | 0 | 142 | 6 | 30 | 460 | 140 | 47 |
| Binary | 11000001 | 100 | 10110101 | 0 | 1100010 | 110 | 11000 | 100110000 | 1100000 | 100111 |
Color Harmonies of #C104B5
Complementary color
Monochromatic Colors of #C104B5
Black with #C104B5
Text Example
Text Example
White with #C104B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C104B5; }
p { color: rgb(193,4,181); }
H1.HeaderClassName
{
color: #C104B5;
}
.AnyTagClassName
{
color: #C104B5;
}
</style>
background-color css
<style>
a { background-color: #C104B5; }
a { background-color: rgb(193,4,181); }
div.DivClassName
{
background-color: #C104B5;
}
.BgClassName
{
background-color: #C104B5;
}
</style>
border-color css
<style>
span { border-color: #C104B5; }
span { border-color: rgb(193,4,181); }
td.TdClassName
{
border-color: #C104B5;
}
.TagClassName
{
border-color: #C104B5;
}
</style>