Shades of Deep Magenta #C104D5
Tints of Deep Magenta #C104D5
RGB
CMYK
RGB Variations
Color information
#C104D5 (or 0xC104D5) is known color: Deep Magenta. HEX triplet: C1, 04 and D5. RGB value is (193,4,213). Sum of RGB (Red+Green+Blue) = 193+4+213=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 4 (1.95% from 255 or 0.98% from 410); Blue value is 213 (83.59% from 255 or 51.95% from 410); Max value from RGB is 213 - color contains mainly: blue. Hex color #C104D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C104D5 is #3EFB2A. Grayscale: #535353. Windows color (decimal): -4127531 or 13960385. OLE color: 13960385.
HSL color Cylindrical-coordinate representation of color #C104D5: hue angle of 294.26º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C104D5 is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 4 | 213 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.16 |
| HSL | 294.26º | 0.96% | 0.43% | - |
| HSV(B) | 294.26º | 0.98% | 0.84% | - |
| XYZ | 34.05 | 16.23 | 64.29 | - |
| YUV | 84.34 | 200.62 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 4 | 213 | 0.09 | 0.98 | 0 | 0.16 | 294.26 | 0.96 | 0.43 |
| Hex | C1 | 4 | D5 | 9 | 62 | 0 | 10 | 126 | 60 | 2B |
| Octal | 301 | 4 | 325 | 11 | 142 | 0 | 20 | 446 | 140 | 53 |
| Binary | 11000001 | 100 | 11010101 | 1001 | 1100010 | 0 | 10000 | 100100110 | 1100000 | 101011 |
Color Harmonies of #C104D5
Complementary color
Monochromatic Colors of #C104D5
Black with #C104D5
Text Example
Text Example
White with #C104D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C104D5; }
p { color: rgb(193,4,213); }
H1.HeaderClassName
{
color: #C104D5;
}
.AnyTagClassName
{
color: #C104D5;
}
</style>
background-color css
<style>
a { background-color: #C104D5; }
a { background-color: rgb(193,4,213); }
div.DivClassName
{
background-color: #C104D5;
}
.BgClassName
{
background-color: #C104D5;
}
</style>
border-color css
<style>
span { border-color: #C104D5; }
span { border-color: rgb(193,4,213); }
td.TdClassName
{
border-color: #C104D5;
}
.TagClassName
{
border-color: #C104D5;
}
</style>