Shades of Deep Magenta #C108DD
Tints of Deep Magenta #C108DD
RGB
CMYK
RGB Variations
Color information
#C108DD (or 0xC108DD) is known color: Deep Magenta. HEX triplet: C1, 08 and DD. RGB value is (193,8,221). Sum of RGB (Red+Green+Blue) = 193+8+221=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 8 (3.52% from 255 or 1.90% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #C108DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C108DD is #3EF722. Grayscale: #565656. Windows color (decimal): -4126499 or 14485697. OLE color: 14485697.
HSL color Cylindrical-coordinate representation of color #C108DD: hue angle of 292.11º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C108DD is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 8 | 221 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.13 |
| HSL | 292.11º | 0.93% | 0.45% | - |
| HSV(B) | 292.11º | 0.96% | 0.87% | - |
| XYZ | 35.13 | 16.73 | 69.78 | - |
| YUV | 87.6 | 203.29 | 203.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 8 | 221 | 0.13 | 0.96 | 0 | 0.13 | 292.11 | 0.93 | 0.45 |
| Hex | C1 | 8 | DD | D | 60 | 0 | D | 124 | 5D | 2D |
| Octal | 301 | 10 | 335 | 15 | 140 | 0 | 15 | 444 | 135 | 55 |
| Binary | 11000001 | 1000 | 11011101 | 1101 | 1100000 | 0 | 1101 | 100100100 | 1011101 | 101101 |
Color Harmonies of #C108DD
Complementary color
Monochromatic Colors of #C108DD
Black with #C108DD
Text Example
Text Example
White with #C108DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C108DD; }
p { color: rgb(193,8,221); }
H1.HeaderClassName
{
color: #C108DD;
}
.AnyTagClassName
{
color: #C108DD;
}
</style>
background-color css
<style>
a { background-color: #C108DD; }
a { background-color: rgb(193,8,221); }
div.DivClassName
{
background-color: #C108DD;
}
.BgClassName
{
background-color: #C108DD;
}
</style>
border-color css
<style>
span { border-color: #C108DD; }
span { border-color: rgb(193,8,221); }
td.TdClassName
{
border-color: #C108DD;
}
.TagClassName
{
border-color: #C108DD;
}
</style>