Shades of Deep Magenta #C107C9
Tints of Deep Magenta #C107C9
RGB
CMYK
RGB Variations
Color information
#C107C9 (or 0xC107C9) is known color: Deep Magenta. HEX triplet: C1, 07 and C9. RGB value is (193,7,201). Sum of RGB (Red+Green+Blue) = 193+7+201=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 7 (3.12% from 255 or 1.75% from 401); Blue value is 201 (78.91% from 255 or 50.12% from 401); Max value from RGB is 201 - color contains mainly: blue. Hex color #C107C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C107C9 is #3EF836. Grayscale: #545454. Windows color (decimal): -4126775 or 13174721. OLE color: 13174721.
HSL color Cylindrical-coordinate representation of color #C107C9: hue angle of 297.53º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C107C9 is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 7 | 201 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.21 |
| HSL | 297.53º | 0.93% | 0.41% | - |
| HSV(B) | 297.53º | 0.97% | 0.79% | - |
| XYZ | 32.61 | 15.71 | 56.57 | - |
| YUV | 84.73 | 193.62 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 7 | 201 | 0.04 | 0.97 | 0 | 0.21 | 297.53 | 0.93 | 0.41 |
| Hex | C1 | 7 | C9 | 4 | 61 | 0 | 15 | 12A | 5D | 29 |
| Octal | 301 | 7 | 311 | 4 | 141 | 0 | 25 | 452 | 135 | 51 |
| Binary | 11000001 | 111 | 11001001 | 100 | 1100001 | 0 | 10101 | 100101010 | 1011101 | 101001 |
Color Harmonies of #C107C9
Complementary color
Monochromatic Colors of #C107C9
Black with #C107C9
Text Example
Text Example
White with #C107C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C107C9; }
p { color: rgb(193,7,201); }
H1.HeaderClassName
{
color: #C107C9;
}
.AnyTagClassName
{
color: #C107C9;
}
</style>
background-color css
<style>
a { background-color: #C107C9; }
a { background-color: rgb(193,7,201); }
div.DivClassName
{
background-color: #C107C9;
}
.BgClassName
{
background-color: #C107C9;
}
</style>
border-color css
<style>
span { border-color: #C107C9; }
span { border-color: rgb(193,7,201); }
td.TdClassName
{
border-color: #C107C9;
}
.TagClassName
{
border-color: #C107C9;
}
</style>