Shades of Deep Magenta #C115C7
Tints of Deep Magenta #C115C7
RGB
CMYK
RGB Variations
Color information
#C115C7 (or 0xC115C7) is known color: Deep Magenta. HEX triplet: C1, 15 and C7. RGB value is (193,21,199). Sum of RGB (Red+Green+Blue) = 193+21+199=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 21 (8.59% from 255 or 5.08% from 413); Blue value is 199 (78.12% from 255 or 48.18% from 413); Max value from RGB is 199 - color contains mainly: blue. Hex color #C115C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C115C7 is #3EEA38. Grayscale: #5C5C5C. Windows color (decimal): -4123193 or 13047233. OLE color: 13047233.
HSL color Cylindrical-coordinate representation of color #C115C7: hue angle of 297.98º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C115C7 is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 21 | 199 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.22 |
| HSL | 297.98º | 0.81% | 0.43% | - |
| HSV(B) | 297.98º | 0.89% | 0.78% | - |
| XYZ | 32.57 | 16 | 55.4 | - |
| YUV | 92.72 | 187.98 | 199.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 21 | 199 | 0.03 | 0.89 | 0 | 0.22 | 297.98 | 0.81 | 0.43 |
| Hex | C1 | 15 | C7 | 3 | 59 | 0 | 16 | 12A | 51 | 2B |
| Octal | 301 | 25 | 307 | 3 | 131 | 0 | 26 | 452 | 121 | 53 |
| Binary | 11000001 | 10101 | 11000111 | 11 | 1011001 | 0 | 10110 | 100101010 | 1010001 | 101011 |
Color Harmonies of #C115C7
Complementary color
Monochromatic Colors of #C115C7
Black with #C115C7
Text Example
Text Example
White with #C115C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C115C7; }
p { color: rgb(193,21,199); }
H1.HeaderClassName
{
color: #C115C7;
}
.AnyTagClassName
{
color: #C115C7;
}
</style>
background-color css
<style>
a { background-color: #C115C7; }
a { background-color: rgb(193,21,199); }
div.DivClassName
{
background-color: #C115C7;
}
.BgClassName
{
background-color: #C115C7;
}
</style>
border-color css
<style>
span { border-color: #C115C7; }
span { border-color: rgb(193,21,199); }
td.TdClassName
{
border-color: #C115C7;
}
.TagClassName
{
border-color: #C115C7;
}
</style>