Shades of Deep Magenta #C108C2
Tints of Deep Magenta #C108C2
RGB
CMYK
RGB Variations
Color information
#C108C2 (or 0xC108C2) is known color: Deep Magenta. HEX triplet: C1, 08 and C2. RGB value is (193,8,194). Sum of RGB (Red+Green+Blue) = 193+8+194=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 8 (3.52% from 255 or 2.03% from 395); Blue value is 194 (76.17% from 255 or 49.11% from 395); Max value from RGB is 194 - color contains mainly: blue. Hex color #C108C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C108C2 is #3EF73D. Grayscale: #535353. Windows color (decimal): -4126526 or 12716225. OLE color: 12716225.
HSL color Cylindrical-coordinate representation of color #C108C2: hue angle of 299.68º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C108C2 is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 8 | 194 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.24 |
| HSL | 299.68º | 0.92% | 0.4% | - |
| HSV(B) | 299.68º | 0.96% | 0.76% | - |
| XYZ | 31.82 | 15.41 | 52.34 | - |
| YUV | 84.52 | 189.79 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 8 | 194 | 0.01 | 0.96 | 0 | 0.24 | 299.68 | 0.92 | 0.4 |
| Hex | C1 | 8 | C2 | 1 | 60 | 0 | 18 | 12C | 5C | 28 |
| Octal | 301 | 10 | 302 | 1 | 140 | 0 | 30 | 454 | 134 | 50 |
| Binary | 11000001 | 1000 | 11000010 | 1 | 1100000 | 0 | 11000 | 100101100 | 1011100 | 101000 |
Color Harmonies of #C108C2
Complementary color
Monochromatic Colors of #C108C2
Black with #C108C2
Text Example
Text Example
White with #C108C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C108C2; }
p { color: rgb(193,8,194); }
H1.HeaderClassName
{
color: #C108C2;
}
.AnyTagClassName
{
color: #C108C2;
}
</style>
background-color css
<style>
a { background-color: #C108C2; }
a { background-color: rgb(193,8,194); }
div.DivClassName
{
background-color: #C108C2;
}
.BgClassName
{
background-color: #C108C2;
}
</style>
border-color css
<style>
span { border-color: #C108C2; }
span { border-color: rgb(193,8,194); }
td.TdClassName
{
border-color: #C108C2;
}
.TagClassName
{
border-color: #C108C2;
}
</style>