Shades of Deep Magenta #C117CB
Tints of Deep Magenta #C117CB
RGB
CMYK
RGB Variations
Color information
#C117CB (or 0xC117CB) is known color: Deep Magenta. HEX triplet: C1, 17 and CB. RGB value is (193,23,203). Sum of RGB (Red+Green+Blue) = 193+23+203=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 23 (9.38% from 255 or 5.49% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #C117CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C117CB is #3EE834. Grayscale: #5D5D5D. Windows color (decimal): -4122677 or 13309889. OLE color: 13309889.
HSL color Cylindrical-coordinate representation of color #C117CB: hue angle of 296.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C117CB is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 23 | 203 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.20 |
| HSL | 296.67º | 0.8% | 0.44% | - |
| HSV(B) | 296.67º | 0.89% | 0.8% | - |
| XYZ | 33.08 | 16.26 | 57.9 | - |
| YUV | 94.35 | 189.32 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 203 | 0.05 | 0.89 | 0 | 0.20 | 296.67 | 0.8 | 0.44 |
| Hex | C1 | 17 | CB | 5 | 59 | 0 | 14 | 129 | 50 | 2C |
| Octal | 301 | 27 | 313 | 5 | 131 | 0 | 24 | 451 | 120 | 54 |
| Binary | 11000001 | 10111 | 11001011 | 101 | 1011001 | 0 | 10100 | 100101001 | 1010000 | 101100 |
Color Harmonies of #C117CB
Complementary color
Monochromatic Colors of #C117CB
Black with #C117CB
Text Example
Text Example
White with #C117CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C117CB; }
p { color: rgb(193,23,203); }
H1.HeaderClassName
{
color: #C117CB;
}
.AnyTagClassName
{
color: #C117CB;
}
</style>
background-color css
<style>
a { background-color: #C117CB; }
a { background-color: rgb(193,23,203); }
div.DivClassName
{
background-color: #C117CB;
}
.BgClassName
{
background-color: #C117CB;
}
</style>
border-color css
<style>
span { border-color: #C117CB; }
span { border-color: rgb(193,23,203); }
td.TdClassName
{
border-color: #C117CB;
}
.TagClassName
{
border-color: #C117CB;
}
</style>