Shades of Deep Magenta #C108D8
Tints of Deep Magenta #C108D8
RGB
CMYK
RGB Variations
Color information
#C108D8 (or 0xC108D8) is known color: Deep Magenta. HEX triplet: C1, 08 and D8. RGB value is (193,8,216). Sum of RGB (Red+Green+Blue) = 193+8+216=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 8 (3.52% from 255 or 1.92% from 417); Blue value is 216 (84.77% from 255 or 51.80% from 417); Max value from RGB is 216 - color contains mainly: blue. Hex color #C108D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C108D8 is #3EF727. Grayscale: #565656. Windows color (decimal): -4126504 or 14158017. OLE color: 14158017.
HSL color Cylindrical-coordinate representation of color #C108D8: hue angle of 293.37º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C108D8 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 8 | 216 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.15 |
| HSL | 293.37º | 0.93% | 0.44% | - |
| HSV(B) | 293.37º | 0.96% | 0.85% | - |
| XYZ | 34.47 | 16.47 | 66.33 | - |
| YUV | 87.03 | 200.79 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 8 | 216 | 0.11 | 0.96 | 0 | 0.15 | 293.37 | 0.93 | 0.44 |
| Hex | C1 | 8 | D8 | B | 60 | 0 | F | 125 | 5D | 2C |
| Octal | 301 | 10 | 330 | 13 | 140 | 0 | 17 | 445 | 135 | 54 |
| Binary | 11000001 | 1000 | 11011000 | 1011 | 1100000 | 0 | 1111 | 100100101 | 1011101 | 101100 |
Color Harmonies of #C108D8
Complementary color
Monochromatic Colors of #C108D8
Black with #C108D8
Text Example
Text Example
White with #C108D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C108D8; }
p { color: rgb(193,8,216); }
H1.HeaderClassName
{
color: #C108D8;
}
.AnyTagClassName
{
color: #C108D8;
}
</style>
background-color css
<style>
a { background-color: #C108D8; }
a { background-color: rgb(193,8,216); }
div.DivClassName
{
background-color: #C108D8;
}
.BgClassName
{
background-color: #C108D8;
}
</style>
border-color css
<style>
span { border-color: #C108D8; }
span { border-color: rgb(193,8,216); }
td.TdClassName
{
border-color: #C108D8;
}
.TagClassName
{
border-color: #C108D8;
}
</style>