Shades of Deep Magenta #C107DF
Tints of Deep Magenta #C107DF
RGB
CMYK
RGB Variations
Color information
#C107DF (or 0xC107DF) is known color: Deep Magenta. HEX triplet: C1, 07 and DF. RGB value is (193,7,223). Sum of RGB (Red+Green+Blue) = 193+7+223=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 7 (3.12% from 255 or 1.65% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #C107DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C107DF is #3EF820. Grayscale: #565656. Windows color (decimal): -4126753 or 14616513. OLE color: 14616513.
HSL color Cylindrical-coordinate representation of color #C107DF: hue angle of 291.67º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C107DF is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 7 | 223 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.13 |
| HSL | 291.67º | 0.94% | 0.45% | - |
| HSV(B) | 291.67º | 0.97% | 0.87% | - |
| XYZ | 35.39 | 16.82 | 71.19 | - |
| YUV | 87.24 | 204.62 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 7 | 223 | 0.13 | 0.97 | 0 | 0.13 | 291.67 | 0.94 | 0.45 |
| Hex | C1 | 7 | DF | D | 61 | 0 | D | 124 | 5E | 2D |
| Octal | 301 | 7 | 337 | 15 | 141 | 0 | 15 | 444 | 136 | 55 |
| Binary | 11000001 | 111 | 11011111 | 1101 | 1100001 | 0 | 1101 | 100100100 | 1011110 | 101101 |
Color Harmonies of #C107DF
Complementary color
Monochromatic Colors of #C107DF
Black with #C107DF
Text Example
Text Example
White with #C107DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C107DF; }
p { color: rgb(193,7,223); }
H1.HeaderClassName
{
color: #C107DF;
}
.AnyTagClassName
{
color: #C107DF;
}
</style>
background-color css
<style>
a { background-color: #C107DF; }
a { background-color: rgb(193,7,223); }
div.DivClassName
{
background-color: #C107DF;
}
.BgClassName
{
background-color: #C107DF;
}
</style>
border-color css
<style>
span { border-color: #C107DF; }
span { border-color: rgb(193,7,223); }
td.TdClassName
{
border-color: #C107DF;
}
.TagClassName
{
border-color: #C107DF;
}
</style>