Shades of Cannon Pink #8D416C
Tints of Cannon Pink #8D416C
RGB
CMYK
RGB Variations
Color information
#8D416C (or 0x8D416C) is known color: Cannon Pink. HEX triplet: 8D, 41 and 6C. RGB value is (141,65,108). Sum of RGB (Red+Green+Blue) = 141+65+108=314 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.90% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 141 - color contains mainly: red. Hex color #8D416C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D416C is #72BE93. Grayscale: #5C5C5C. Windows color (decimal): -7519892 or 7094669. OLE color: 7094669.
HSL color Cylindrical-coordinate representation of color #8D416C: hue angle of 326.05º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8D416C is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 65 | 108 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.45 |
| HSL | 326.05º | 0.37% | 0.4% | - |
| HSV(B) | 326.05º | 0.54% | 0.55% | - |
| XYZ | 15.58 | 10.53 | 15.4 | - |
| YUV | 92.63 | 136.68 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 65 | 108 | 0 | 0.54 | 0.23 | 0.45 | 326.05 | 0.37 | 0.4 |
| Hex | 8D | 41 | 6C | 0 | 36 | 17 | 2D | 146 | 25 | 28 |
| Octal | 215 | 101 | 154 | 0 | 66 | 27 | 55 | 506 | 45 | 50 |
| Binary | 10001101 | 1000001 | 1101100 | 0 | 110110 | 10111 | 101101 | 101000110 | 100101 | 101000 |
Color Harmonies of #8D416C
Complementary color
Monochromatic Colors of #8D416C
Black with #8D416C
Text Example
Text Example
White with #8D416C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D416C; }
p { color: rgb(141,65,108); }
H1.HeaderClassName
{
color: #8D416C;
}
.AnyTagClassName
{
color: #8D416C;
}
</style>
background-color css
<style>
a { background-color: #8D416C; }
a { background-color: rgb(141,65,108); }
div.DivClassName
{
background-color: #8D416C;
}
.BgClassName
{
background-color: #8D416C;
}
</style>
border-color css
<style>
span { border-color: #8D416C; }
span { border-color: rgb(141,65,108); }
td.TdClassName
{
border-color: #8D416C;
}
.TagClassName
{
border-color: #8D416C;
}
</style>