Shades of Deep Magenta #C108DC
Tints of Deep Magenta #C108DC
RGB
CMYK
RGB Variations
Color information
#C108DC (or 0xC108DC) is known color: Deep Magenta. HEX triplet: C1, 08 and DC. RGB value is (193,8,220). Sum of RGB (Red+Green+Blue) = 193+8+220=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 8 (3.52% from 255 or 1.90% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #C108DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C108DC is #3EF723. Grayscale: #565656. Windows color (decimal): -4126500 or 14420161. OLE color: 14420161.
HSL color Cylindrical-coordinate representation of color #C108DC: hue angle of 292.36º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C108DC is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 8 | 220 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.14 |
| HSL | 292.36º | 0.93% | 0.45% | - |
| HSV(B) | 292.36º | 0.96% | 0.86% | - |
| XYZ | 35 | 16.68 | 69.08 | - |
| YUV | 87.48 | 202.79 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 8 | 220 | 0.12 | 0.96 | 0 | 0.14 | 292.36 | 0.93 | 0.45 |
| Hex | C1 | 8 | DC | C | 60 | 0 | E | 124 | 5D | 2D |
| Octal | 301 | 10 | 334 | 14 | 140 | 0 | 16 | 444 | 135 | 55 |
| Binary | 11000001 | 1000 | 11011100 | 1100 | 1100000 | 0 | 1110 | 100100100 | 1011101 | 101101 |
Color Harmonies of #C108DC
Complementary color
Monochromatic Colors of #C108DC
Black with #C108DC
Text Example
Text Example
White with #C108DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C108DC; }
p { color: rgb(193,8,220); }
H1.HeaderClassName
{
color: #C108DC;
}
.AnyTagClassName
{
color: #C108DC;
}
</style>
background-color css
<style>
a { background-color: #C108DC; }
a { background-color: rgb(193,8,220); }
div.DivClassName
{
background-color: #C108DC;
}
.BgClassName
{
background-color: #C108DC;
}
</style>
border-color css
<style>
span { border-color: #C108DC; }
span { border-color: rgb(193,8,220); }
td.TdClassName
{
border-color: #C108DC;
}
.TagClassName
{
border-color: #C108DC;
}
</style>