Shades of Deep Magenta #C104CC
Tints of Deep Magenta #C104CC
RGB
CMYK
RGB Variations
Color information
#C104CC (or 0xC104CC) is known color: Deep Magenta. HEX triplet: C1, 04 and CC. RGB value is (193,4,204). Sum of RGB (Red+Green+Blue) = 193+4+204=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 4 (1.95% from 255 or 1.00% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #C104CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C104CC is #3EFB33. Grayscale: #525252. Windows color (decimal): -4127540 or 13370561. OLE color: 13370561.
HSL color Cylindrical-coordinate representation of color #C104CC: hue angle of 296.7º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C104CC is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 4 | 204 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.2 |
| HSL | 296.7º | 0.96% | 0.41% | - |
| HSV(B) | 296.7º | 0.98% | 0.8% | - |
| XYZ | 32.93 | 15.78 | 58.44 | - |
| YUV | 83.31 | 196.12 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 4 | 204 | 0.05 | 0.98 | 0 | 0.2 | 296.7 | 0.96 | 0.41 |
| Hex | C1 | 4 | CC | 5 | 62 | 0 | 14 | 129 | 60 | 29 |
| Octal | 301 | 4 | 314 | 5 | 142 | 0 | 24 | 451 | 140 | 51 |
| Binary | 11000001 | 100 | 11001100 | 101 | 1100010 | 0 | 10100 | 100101001 | 1100000 | 101001 |
Color Harmonies of #C104CC
Complementary color
Monochromatic Colors of #C104CC
Black with #C104CC
Text Example
Text Example
White with #C104CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C104CC; }
p { color: rgb(193,4,204); }
H1.HeaderClassName
{
color: #C104CC;
}
.AnyTagClassName
{
color: #C104CC;
}
</style>
background-color css
<style>
a { background-color: #C104CC; }
a { background-color: rgb(193,4,204); }
div.DivClassName
{
background-color: #C104CC;
}
.BgClassName
{
background-color: #C104CC;
}
</style>
border-color css
<style>
span { border-color: #C104CC; }
span { border-color: rgb(193,4,204); }
td.TdClassName
{
border-color: #C104CC;
}
.TagClassName
{
border-color: #C104CC;
}
</style>