Shades of Deep Magenta #C104C7
Tints of Deep Magenta #C104C7
RGB
CMYK
RGB Variations
Color information
#C104C7 (or 0xC104C7) is known color: Deep Magenta. HEX triplet: C1, 04 and C7. RGB value is (193,4,199). Sum of RGB (Red+Green+Blue) = 193+4+199=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 4 (1.95% from 255 or 1.01% from 396); Blue value is 199 (78.12% from 255 or 50.25% from 396); Max value from RGB is 199 - color contains mainly: blue. Hex color #C104C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C104C7 is #3EFB38. Grayscale: #525252. Windows color (decimal): -4127545 or 13042881. OLE color: 13042881.
HSL color Cylindrical-coordinate representation of color #C104C7: hue angle of 298.15º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C104C7 is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 4 | 199 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.22 |
| HSL | 298.15º | 0.96% | 0.4% | - |
| HSV(B) | 298.15º | 0.98% | 0.78% | - |
| XYZ | 32.34 | 15.55 | 55.33 | - |
| YUV | 82.74 | 193.62 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 4 | 199 | 0.03 | 0.98 | 0 | 0.22 | 298.15 | 0.96 | 0.4 |
| Hex | C1 | 4 | C7 | 3 | 62 | 0 | 16 | 12A | 60 | 28 |
| Octal | 301 | 4 | 307 | 3 | 142 | 0 | 26 | 452 | 140 | 50 |
| Binary | 11000001 | 100 | 11000111 | 11 | 1100010 | 0 | 10110 | 100101010 | 1100000 | 101000 |
Color Harmonies of #C104C7
Complementary color
Monochromatic Colors of #C104C7
Black with #C104C7
Text Example
Text Example
White with #C104C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C104C7; }
p { color: rgb(193,4,199); }
H1.HeaderClassName
{
color: #C104C7;
}
.AnyTagClassName
{
color: #C104C7;
}
</style>
background-color css
<style>
a { background-color: #C104C7; }
a { background-color: rgb(193,4,199); }
div.DivClassName
{
background-color: #C104C7;
}
.BgClassName
{
background-color: #C104C7;
}
</style>
border-color css
<style>
span { border-color: #C104C7; }
span { border-color: rgb(193,4,199); }
td.TdClassName
{
border-color: #C104C7;
}
.TagClassName
{
border-color: #C104C7;
}
</style>