Shades of Deep Magenta #C108CB
Tints of Deep Magenta #C108CB
RGB
CMYK
RGB Variations
Color information
#C108CB (or 0xC108CB) is known color: Deep Magenta. HEX triplet: C1, 08 and CB. RGB value is (193,8,203). Sum of RGB (Red+Green+Blue) = 193+8+203=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 8 (3.52% from 255 or 1.98% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #C108CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C108CB is #3EF734. Grayscale: #545454. Windows color (decimal): -4126517 or 13306049. OLE color: 13306049.
HSL color Cylindrical-coordinate representation of color #C108CB: hue angle of 296.92º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C108CB is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 8 | 203 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.20 |
| HSL | 296.92º | 0.92% | 0.41% | - |
| HSV(B) | 296.92º | 0.96% | 0.8% | - |
| XYZ | 32.86 | 15.82 | 57.82 | - |
| YUV | 85.55 | 194.29 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 8 | 203 | 0.05 | 0.96 | 0 | 0.20 | 296.92 | 0.92 | 0.41 |
| Hex | C1 | 8 | CB | 5 | 60 | 0 | 14 | 129 | 5C | 29 |
| Octal | 301 | 10 | 313 | 5 | 140 | 0 | 24 | 451 | 134 | 51 |
| Binary | 11000001 | 1000 | 11001011 | 101 | 1100000 | 0 | 10100 | 100101001 | 1011100 | 101001 |
Color Harmonies of #C108CB
Complementary color
Monochromatic Colors of #C108CB
Black with #C108CB
Text Example
Text Example
White with #C108CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C108CB; }
p { color: rgb(193,8,203); }
H1.HeaderClassName
{
color: #C108CB;
}
.AnyTagClassName
{
color: #C108CB;
}
</style>
background-color css
<style>
a { background-color: #C108CB; }
a { background-color: rgb(193,8,203); }
div.DivClassName
{
background-color: #C108CB;
}
.BgClassName
{
background-color: #C108CB;
}
</style>
border-color css
<style>
span { border-color: #C108CB; }
span { border-color: rgb(193,8,203); }
td.TdClassName
{
border-color: #C108CB;
}
.TagClassName
{
border-color: #C108CB;
}
</style>