Shades of Deep Magenta #C104E0
Tints of Deep Magenta #C104E0
RGB
CMYK
RGB Variations
Color information
#C104E0 (or 0xC104E0) is known color: Deep Magenta. HEX triplet: C1, 04 and E0. RGB value is (193,4,224). Sum of RGB (Red+Green+Blue) = 193+4+224=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 4 (1.95% from 255 or 0.95% from 421); Blue value is 224 (87.89% from 255 or 53.21% from 421); Max value from RGB is 224 - color contains mainly: blue. Hex color #C104E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C104E0 is #3EFB1F. Grayscale: #545454. Windows color (decimal): -4127520 or 14681281. OLE color: 14681281.
HSL color Cylindrical-coordinate representation of color #C104E0: hue angle of 291.55º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C104E0 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 4 | 224 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.12 |
| HSL | 291.55º | 0.96% | 0.45% | - |
| HSV(B) | 291.55º | 0.98% | 0.88% | - |
| XYZ | 35.49 | 16.81 | 71.89 | - |
| YUV | 85.59 | 206.12 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 4 | 224 | 0.14 | 0.98 | 0 | 0.12 | 291.55 | 0.96 | 0.45 |
| Hex | C1 | 4 | E0 | E | 62 | 0 | C | 124 | 60 | 2D |
| Octal | 301 | 4 | 340 | 16 | 142 | 0 | 14 | 444 | 140 | 55 |
| Binary | 11000001 | 100 | 11100000 | 1110 | 1100010 | 0 | 1100 | 100100100 | 1100000 | 101101 |
Color Harmonies of #C104E0
Complementary color
Monochromatic Colors of #C104E0
Black with #C104E0
Text Example
Text Example
White with #C104E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C104E0; }
p { color: rgb(193,4,224); }
H1.HeaderClassName
{
color: #C104E0;
}
.AnyTagClassName
{
color: #C104E0;
}
</style>
background-color css
<style>
a { background-color: #C104E0; }
a { background-color: rgb(193,4,224); }
div.DivClassName
{
background-color: #C104E0;
}
.BgClassName
{
background-color: #C104E0;
}
</style>
border-color css
<style>
span { border-color: #C104E0; }
span { border-color: rgb(193,4,224); }
td.TdClassName
{
border-color: #C104E0;
}
.TagClassName
{
border-color: #C104E0;
}
</style>