Shades of Deep Magenta #C108CF
Tints of Deep Magenta #C108CF
RGB
CMYK
RGB Variations
Color information
#C108CF (or 0xC108CF) is known color: Deep Magenta. HEX triplet: C1, 08 and CF. RGB value is (193,8,207). Sum of RGB (Red+Green+Blue) = 193+8+207=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 8 (3.52% from 255 or 1.96% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #C108CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C108CF is #3EF730. Grayscale: #555555. Windows color (decimal): -4126513 or 13568193. OLE color: 13568193.
HSL color Cylindrical-coordinate representation of color #C108CF: hue angle of 295.78º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C108CF is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 8 | 207 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.19 |
| HSL | 295.78º | 0.93% | 0.42% | - |
| HSV(B) | 295.78º | 0.96% | 0.81% | - |
| XYZ | 33.34 | 16.02 | 60.37 | - |
| YUV | 86 | 196.29 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 8 | 207 | 0.07 | 0.96 | 0 | 0.19 | 295.78 | 0.93 | 0.42 |
| Hex | C1 | 8 | CF | 7 | 60 | 0 | 13 | 128 | 5D | 2A |
| Octal | 301 | 10 | 317 | 7 | 140 | 0 | 23 | 450 | 135 | 52 |
| Binary | 11000001 | 1000 | 11001111 | 111 | 1100000 | 0 | 10011 | 100101000 | 1011101 | 101010 |
Color Harmonies of #C108CF
Complementary color
Monochromatic Colors of #C108CF
Black with #C108CF
Text Example
Text Example
White with #C108CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C108CF; }
p { color: rgb(193,8,207); }
H1.HeaderClassName
{
color: #C108CF;
}
.AnyTagClassName
{
color: #C108CF;
}
</style>
background-color css
<style>
a { background-color: #C108CF; }
a { background-color: rgb(193,8,207); }
div.DivClassName
{
background-color: #C108CF;
}
.BgClassName
{
background-color: #C108CF;
}
</style>
border-color css
<style>
span { border-color: #C108CF; }
span { border-color: rgb(193,8,207); }
td.TdClassName
{
border-color: #C108CF;
}
.TagClassName
{
border-color: #C108CF;
}
</style>