Shades of Deep Magenta #C104C9
Tints of Deep Magenta #C104C9
RGB
CMYK
RGB Variations
Color information
#C104C9 (or 0xC104C9) is known color: Deep Magenta. HEX triplet: C1, 04 and C9. RGB value is (193,4,201). Sum of RGB (Red+Green+Blue) = 193+4+201=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 4 (1.95% from 255 or 1.01% from 398); Blue value is 201 (78.91% from 255 or 50.50% from 398); Max value from RGB is 201 - color contains mainly: blue. Hex color #C104C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C104C9 is #3EFB36. Grayscale: #525252. Windows color (decimal): -4127543 or 13173953. OLE color: 13173953.
HSL color Cylindrical-coordinate representation of color #C104C9: hue angle of 297.56º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C104C9 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 4 | 201 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.21 |
| HSL | 297.56º | 0.96% | 0.4% | - |
| HSV(B) | 297.56º | 0.98% | 0.79% | - |
| XYZ | 32.58 | 15.64 | 56.56 | - |
| YUV | 82.97 | 194.62 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 4 | 201 | 0.04 | 0.98 | 0 | 0.21 | 297.56 | 0.96 | 0.4 |
| Hex | C1 | 4 | C9 | 4 | 62 | 0 | 15 | 12A | 60 | 28 |
| Octal | 301 | 4 | 311 | 4 | 142 | 0 | 25 | 452 | 140 | 50 |
| Binary | 11000001 | 100 | 11001001 | 100 | 1100010 | 0 | 10101 | 100101010 | 1100000 | 101000 |
Color Harmonies of #C104C9
Complementary color
Monochromatic Colors of #C104C9
Black with #C104C9
Text Example
Text Example
White with #C104C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C104C9; }
p { color: rgb(193,4,201); }
H1.HeaderClassName
{
color: #C104C9;
}
.AnyTagClassName
{
color: #C104C9;
}
</style>
background-color css
<style>
a { background-color: #C104C9; }
a { background-color: rgb(193,4,201); }
div.DivClassName
{
background-color: #C104C9;
}
.BgClassName
{
background-color: #C104C9;
}
</style>
border-color css
<style>
span { border-color: #C104C9; }
span { border-color: rgb(193,4,201); }
td.TdClassName
{
border-color: #C104C9;
}
.TagClassName
{
border-color: #C104C9;
}
</style>