Shades of Deep Magenta #C104B2
Tints of Deep Magenta #C104B2
RGB
CMYK
RGB Variations
Color information
#C104B2 (or 0xC104B2) is known color: Deep Magenta. HEX triplet: C1, 04 and B2. RGB value is (193,4,178). Sum of RGB (Red+Green+Blue) = 193+4+178=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 4 (1.95% from 255 or 1.07% from 375); Blue value is 178 (69.92% from 255 or 47.47% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C104B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C104B2 is #3EFB4D. Grayscale: #4F4F4F. Windows color (decimal): -4127566 or 11666625. OLE color: 11666625.
HSL color Cylindrical-coordinate representation of color #C104B2: hue angle of 304.76º 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 #C104B2 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 4 | 178 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.24 |
| HSL | 304.76º | 0.96% | 0.39% | - |
| HSV(B) | 304.76º | 0.98% | 0.76% | - |
| XYZ | 30.07 | 14.64 | 43.36 | - |
| YUV | 80.35 | 183.12 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 4 | 178 | 0 | 0.98 | 0.08 | 0.24 | 304.76 | 0.96 | 0.39 |
| Hex | C1 | 4 | B2 | 0 | 62 | 8 | 18 | 131 | 60 | 27 |
| Octal | 301 | 4 | 262 | 0 | 142 | 10 | 30 | 461 | 140 | 47 |
| Binary | 11000001 | 100 | 10110010 | 0 | 1100010 | 1000 | 11000 | 100110001 | 1100000 | 100111 |
Color Harmonies of #C104B2
Complementary color
Monochromatic Colors of #C104B2
Black with #C104B2
Text Example
Text Example
White with #C104B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C104B2; }
p { color: rgb(193,4,178); }
H1.HeaderClassName
{
color: #C104B2;
}
.AnyTagClassName
{
color: #C104B2;
}
</style>
background-color css
<style>
a { background-color: #C104B2; }
a { background-color: rgb(193,4,178); }
div.DivClassName
{
background-color: #C104B2;
}
.BgClassName
{
background-color: #C104B2;
}
</style>
border-color css
<style>
span { border-color: #C104B2; }
span { border-color: rgb(193,4,178); }
td.TdClassName
{
border-color: #C104B2;
}
.TagClassName
{
border-color: #C104B2;
}
</style>