Shades of Deep Magenta #C104C5
Tints of Deep Magenta #C104C5
RGB
CMYK
RGB Variations
Color information
#C104C5 (or 0xC104C5) is known color: Deep Magenta. HEX triplet: C1, 04 and C5. RGB value is (193,4,197). Sum of RGB (Red+Green+Blue) = 193+4+197=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 4 (1.95% from 255 or 1.02% from 394); Blue value is 197 (77.34% from 255 or 50% from 394); Max value from RGB is 197 - color contains mainly: blue. Hex color #C104C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C104C5 is #3EFB3A. Grayscale: #515151. Windows color (decimal): -4127547 or 12911809. OLE color: 12911809.
HSL color Cylindrical-coordinate representation of color #C104C5: hue angle of 298.76º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C104C5 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 4 | 197 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.23 |
| HSL | 298.76º | 0.96% | 0.39% | - |
| HSV(B) | 298.76º | 0.98% | 0.77% | - |
| XYZ | 32.11 | 15.46 | 54.11 | - |
| YUV | 82.51 | 192.62 | 206.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 4 | 197 | 0.02 | 0.98 | 0 | 0.23 | 298.76 | 0.96 | 0.39 |
| Hex | C1 | 4 | C5 | 2 | 62 | 0 | 17 | 12B | 60 | 27 |
| Octal | 301 | 4 | 305 | 2 | 142 | 0 | 27 | 453 | 140 | 47 |
| Binary | 11000001 | 100 | 11000101 | 10 | 1100010 | 0 | 10111 | 100101011 | 1100000 | 100111 |
Color Harmonies of #C104C5
Complementary color
Monochromatic Colors of #C104C5
Black with #C104C5
Text Example
Text Example
White with #C104C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C104C5; }
p { color: rgb(193,4,197); }
H1.HeaderClassName
{
color: #C104C5;
}
.AnyTagClassName
{
color: #C104C5;
}
</style>
background-color css
<style>
a { background-color: #C104C5; }
a { background-color: rgb(193,4,197); }
div.DivClassName
{
background-color: #C104C5;
}
.BgClassName
{
background-color: #C104C5;
}
</style>
border-color css
<style>
span { border-color: #C104C5; }
span { border-color: rgb(193,4,197); }
td.TdClassName
{
border-color: #C104C5;
}
.TagClassName
{
border-color: #C104C5;
}
</style>