Shades of Deep Magenta #C107CC
Tints of Deep Magenta #C107CC
RGB
CMYK
RGB Variations
Color information
#C107CC (or 0xC107CC) is known color: Deep Magenta. HEX triplet: C1, 07 and CC. RGB value is (193,7,204). Sum of RGB (Red+Green+Blue) = 193+7+204=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 7 (3.12% from 255 or 1.73% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #C107CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C107CC is #3EF833. Grayscale: #545454. Windows color (decimal): -4126772 or 13371329. OLE color: 13371329.
HSL color Cylindrical-coordinate representation of color #C107CC: hue angle of 296.65º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C107CC is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 7 | 204 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.2 |
| HSL | 296.65º | 0.93% | 0.41% | - |
| HSV(B) | 296.65º | 0.97% | 0.8% | - |
| XYZ | 32.97 | 15.85 | 58.45 | - |
| YUV | 85.07 | 195.12 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 7 | 204 | 0.05 | 0.97 | 0 | 0.2 | 296.65 | 0.93 | 0.41 |
| Hex | C1 | 7 | CC | 5 | 61 | 0 | 14 | 129 | 5D | 29 |
| Octal | 301 | 7 | 314 | 5 | 141 | 0 | 24 | 451 | 135 | 51 |
| Binary | 11000001 | 111 | 11001100 | 101 | 1100001 | 0 | 10100 | 100101001 | 1011101 | 101001 |
Color Harmonies of #C107CC
Complementary color
Monochromatic Colors of #C107CC
Black with #C107CC
Text Example
Text Example
White with #C107CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C107CC; }
p { color: rgb(193,7,204); }
H1.HeaderClassName
{
color: #C107CC;
}
.AnyTagClassName
{
color: #C107CC;
}
</style>
background-color css
<style>
a { background-color: #C107CC; }
a { background-color: rgb(193,7,204); }
div.DivClassName
{
background-color: #C107CC;
}
.BgClassName
{
background-color: #C107CC;
}
</style>
border-color css
<style>
span { border-color: #C107CC; }
span { border-color: rgb(193,7,204); }
td.TdClassName
{
border-color: #C107CC;
}
.TagClassName
{
border-color: #C107CC;
}
</style>