Shades of Deep Magenta #C108DA
Tints of Deep Magenta #C108DA
RGB
CMYK
RGB Variations
Color information
#C108DA (or 0xC108DA) is known color: Deep Magenta. HEX triplet: C1, 08 and DA. RGB value is (193,8,218). Sum of RGB (Red+Green+Blue) = 193+8+218=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 8 (3.52% from 255 or 1.91% from 419); Blue value is 218 (85.55% from 255 or 52.03% from 419); Max value from RGB is 218 - color contains mainly: blue. Hex color #C108DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C108DA is #3EF725. Grayscale: #565656. Windows color (decimal): -4126502 or 14289089. OLE color: 14289089.
HSL color Cylindrical-coordinate representation of color #C108DA: hue angle of 292.86º 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 #C108DA is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 8 | 218 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.15 |
| HSL | 292.86º | 0.93% | 0.44% | - |
| HSV(B) | 292.86º | 0.96% | 0.85% | - |
| XYZ | 34.73 | 16.57 | 67.7 | - |
| YUV | 87.26 | 201.79 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 8 | 218 | 0.11 | 0.96 | 0 | 0.15 | 292.86 | 0.93 | 0.44 |
| Hex | C1 | 8 | DA | B | 60 | 0 | F | 125 | 5D | 2C |
| Octal | 301 | 10 | 332 | 13 | 140 | 0 | 17 | 445 | 135 | 54 |
| Binary | 11000001 | 1000 | 11011010 | 1011 | 1100000 | 0 | 1111 | 100100101 | 1011101 | 101100 |
Color Harmonies of #C108DA
Complementary color
Monochromatic Colors of #C108DA
Black with #C108DA
Text Example
Text Example
White with #C108DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C108DA; }
p { color: rgb(193,8,218); }
H1.HeaderClassName
{
color: #C108DA;
}
.AnyTagClassName
{
color: #C108DA;
}
</style>
background-color css
<style>
a { background-color: #C108DA; }
a { background-color: rgb(193,8,218); }
div.DivClassName
{
background-color: #C108DA;
}
.BgClassName
{
background-color: #C108DA;
}
</style>
border-color css
<style>
span { border-color: #C108DA; }
span { border-color: rgb(193,8,218); }
td.TdClassName
{
border-color: #C108DA;
}
.TagClassName
{
border-color: #C108DA;
}
</style>