Shades of Deep Magenta #C108CC
Tints of Deep Magenta #C108CC
RGB
CMYK
RGB Variations
Color information
#C108CC (or 0xC108CC) is known color: Deep Magenta. HEX triplet: C1, 08 and CC. RGB value is (193,8,204). Sum of RGB (Red+Green+Blue) = 193+8+204=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 8 (3.52% from 255 or 1.98% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #C108CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C108CC is #3EF733. Grayscale: #555555. Windows color (decimal): -4126516 or 13371585. OLE color: 13371585.
HSL color Cylindrical-coordinate representation of color #C108CC: hue angle of 296.63º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C108CC is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 8 | 204 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.2 |
| HSL | 296.63º | 0.92% | 0.42% | - |
| HSV(B) | 296.63º | 0.96% | 0.8% | - |
| XYZ | 32.98 | 15.87 | 58.45 | - |
| YUV | 85.66 | 194.79 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 8 | 204 | 0.05 | 0.96 | 0 | 0.2 | 296.63 | 0.92 | 0.42 |
| Hex | C1 | 8 | CC | 5 | 60 | 0 | 14 | 129 | 5C | 2A |
| Octal | 301 | 10 | 314 | 5 | 140 | 0 | 24 | 451 | 134 | 52 |
| Binary | 11000001 | 1000 | 11001100 | 101 | 1100000 | 0 | 10100 | 100101001 | 1011100 | 101010 |
Color Harmonies of #C108CC
Complementary color
Monochromatic Colors of #C108CC
Black with #C108CC
Text Example
Text Example
White with #C108CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C108CC; }
p { color: rgb(193,8,204); }
H1.HeaderClassName
{
color: #C108CC;
}
.AnyTagClassName
{
color: #C108CC;
}
</style>
background-color css
<style>
a { background-color: #C108CC; }
a { background-color: rgb(193,8,204); }
div.DivClassName
{
background-color: #C108CC;
}
.BgClassName
{
background-color: #C108CC;
}
</style>
border-color css
<style>
span { border-color: #C108CC; }
span { border-color: rgb(193,8,204); }
td.TdClassName
{
border-color: #C108CC;
}
.TagClassName
{
border-color: #C108CC;
}
</style>