Shades of Deep Magenta #C104C1
Tints of Deep Magenta #C104C1
RGB
CMYK
RGB Variations
Color information
#C104C1 (or 0xC104C1) is known color: Deep Magenta. HEX triplet: C1, 04 and C1. RGB value is (193,4,193). Sum of RGB (Red+Green+Blue) = 193+4+193=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 4 (1.95% from 255 or 1.03% from 390); Blue value is 193 (75.78% from 255 or 49.49% from 390); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C104C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C104C1 is #3EFB3E. Grayscale: #515151. Windows color (decimal): -4127551 or 12649665. OLE color: 12649665.
HSL color Cylindrical-coordinate representation of color #C104C1: hue angle of 300º 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 #C104C1 is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 4 | 193 | - |
| CMYK | 0 | 0.98 | 0 | 0.24 |
| HSL | 300º | 0.96% | 0.39% | - |
| HSV(B) | 300º | 0.98% | 0.76% | - |
| XYZ | 31.66 | 15.27 | 51.73 | - |
| YUV | 82.06 | 190.62 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 4 | 193 | 0 | 0.98 | 0 | 0.24 | 300 | 0.96 | 0.39 |
| Hex | C1 | 4 | C1 | 0 | 62 | 0 | 18 | 12C | 60 | 27 |
| Octal | 301 | 4 | 301 | 0 | 142 | 0 | 30 | 454 | 140 | 47 |
| Binary | 11000001 | 100 | 11000001 | 0 | 1100010 | 0 | 11000 | 100101100 | 1100000 | 100111 |
Color Harmonies of #C104C1
Complementary color
Monochromatic Colors of #C104C1
Black with #C104C1
Text Example
Text Example
White with #C104C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C104C1; }
p { color: rgb(193,4,193); }
H1.HeaderClassName
{
color: #C104C1;
}
.AnyTagClassName
{
color: #C104C1;
}
</style>
background-color css
<style>
a { background-color: #C104C1; }
a { background-color: rgb(193,4,193); }
div.DivClassName
{
background-color: #C104C1;
}
.BgClassName
{
background-color: #C104C1;
}
</style>
border-color css
<style>
span { border-color: #C104C1; }
span { border-color: rgb(193,4,193); }
td.TdClassName
{
border-color: #C104C1;
}
.TagClassName
{
border-color: #C104C1;
}
</style>