Shades of Deep Magenta #C117CD
Tints of Deep Magenta #C117CD
RGB
CMYK
RGB Variations
Color information
#C117CD (or 0xC117CD) is known color: Deep Magenta. HEX triplet: C1, 17 and CD. RGB value is (193,23,205). Sum of RGB (Red+Green+Blue) = 193+23+205=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 23 (9.38% from 255 or 5.46% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #C117CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C117CD is #3EE832. Grayscale: #5E5E5E. Windows color (decimal): -4122675 or 13440961. OLE color: 13440961.
HSL color Cylindrical-coordinate representation of color #C117CD: hue angle of 296.04º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C117CD is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 23 | 205 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.20 |
| HSL | 296.04º | 0.8% | 0.45% | - |
| HSV(B) | 296.04º | 0.89% | 0.8% | - |
| XYZ | 33.32 | 16.36 | 59.16 | - |
| YUV | 94.58 | 190.32 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 205 | 0.06 | 0.89 | 0 | 0.20 | 296.04 | 0.8 | 0.45 |
| Hex | C1 | 17 | CD | 6 | 59 | 0 | 14 | 128 | 50 | 2D |
| Octal | 301 | 27 | 315 | 6 | 131 | 0 | 24 | 450 | 120 | 55 |
| Binary | 11000001 | 10111 | 11001101 | 110 | 1011001 | 0 | 10100 | 100101000 | 1010000 | 101101 |
Color Harmonies of #C117CD
Complementary color
Monochromatic Colors of #C117CD
Black with #C117CD
Text Example
Text Example
White with #C117CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C117CD; }
p { color: rgb(193,23,205); }
H1.HeaderClassName
{
color: #C117CD;
}
.AnyTagClassName
{
color: #C117CD;
}
</style>
background-color css
<style>
a { background-color: #C117CD; }
a { background-color: rgb(193,23,205); }
div.DivClassName
{
background-color: #C117CD;
}
.BgClassName
{
background-color: #C117CD;
}
</style>
border-color css
<style>
span { border-color: #C117CD; }
span { border-color: rgb(193,23,205); }
td.TdClassName
{
border-color: #C117CD;
}
.TagClassName
{
border-color: #C117CD;
}
</style>