Shades of Deep Magenta #C108D6
Tints of Deep Magenta #C108D6
RGB
CMYK
RGB Variations
Color information
#C108D6 (or 0xC108D6) is known color: Deep Magenta. HEX triplet: C1, 08 and D6. RGB value is (193,8,214). Sum of RGB (Red+Green+Blue) = 193+8+214=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 8 (3.52% from 255 or 1.93% from 415); Blue value is 214 (83.98% from 255 or 51.57% from 415); Max value from RGB is 214 - color contains mainly: blue. Hex color #C108D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C108D6 is #3EF729. Grayscale: #565656. Windows color (decimal): -4126506 or 14026945. OLE color: 14026945.
HSL color Cylindrical-coordinate representation of color #C108D6: hue angle of 293.88º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C108D6 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 8 | 214 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.16 |
| HSL | 293.88º | 0.93% | 0.44% | - |
| HSV(B) | 293.88º | 0.96% | 0.84% | - |
| XYZ | 34.22 | 16.37 | 64.97 | - |
| YUV | 86.8 | 199.79 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 8 | 214 | 0.10 | 0.96 | 0 | 0.16 | 293.88 | 0.93 | 0.44 |
| Hex | C1 | 8 | D6 | A | 60 | 0 | 10 | 126 | 5D | 2C |
| Octal | 301 | 10 | 326 | 12 | 140 | 0 | 20 | 446 | 135 | 54 |
| Binary | 11000001 | 1000 | 11010110 | 1010 | 1100000 | 0 | 10000 | 100100110 | 1011101 | 101100 |
Color Harmonies of #C108D6
Complementary color
Monochromatic Colors of #C108D6
Black with #C108D6
Text Example
Text Example
White with #C108D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C108D6; }
p { color: rgb(193,8,214); }
H1.HeaderClassName
{
color: #C108D6;
}
.AnyTagClassName
{
color: #C108D6;
}
</style>
background-color css
<style>
a { background-color: #C108D6; }
a { background-color: rgb(193,8,214); }
div.DivClassName
{
background-color: #C108D6;
}
.BgClassName
{
background-color: #C108D6;
}
</style>
border-color css
<style>
span { border-color: #C108D6; }
span { border-color: rgb(193,8,214); }
td.TdClassName
{
border-color: #C108D6;
}
.TagClassName
{
border-color: #C108D6;
}
</style>