Shades of London Hue #C181BF
Tints of London Hue #C181BF
RGB
CMYK
RGB Variations
Color information
#C181BF (or 0xC181BF) is known color: London Hue. HEX triplet: C1, 81 and BF. RGB value is (193,129,191). Sum of RGB (Red+Green+Blue) = 193+129+191=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 193 - color contains mainly: red. Hex color #C181BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C181BF is #3E7E40. Grayscale: #9B9B9B. Windows color (decimal): -4095553 or 12550593. OLE color: 12550593.
HSL color Cylindrical-coordinate representation of color #C181BF: hue angle of 301.88º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C181BF is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 129 | 191 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.24 |
| HSL | 301.88º | 0.34% | 0.63% | - |
| HSV(B) | 301.88º | 0.33% | 0.76% | - |
| XYZ | 39.25 | 30.8 | 53.17 | - |
| YUV | 155.2 | 148.2 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 129 | 191 | 0 | 0.33 | 0.01 | 0.24 | 301.88 | 0.34 | 0.63 |
| Hex | C1 | 81 | BF | 0 | 21 | 1 | 18 | 12E | 22 | 3F |
| Octal | 301 | 201 | 277 | 0 | 41 | 1 | 30 | 456 | 42 | 77 |
| Binary | 11000001 | 10000001 | 10111111 | 0 | 100001 | 1 | 11000 | 100101110 | 100010 | 111111 |
Color Harmonies of #C181BF
Complementary color
Monochromatic Colors of #C181BF
Black with #C181BF
Text Example
Text Example
White with #C181BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C181BF; }
p { color: rgb(193,129,191); }
H1.HeaderClassName
{
color: #C181BF;
}
.AnyTagClassName
{
color: #C181BF;
}
</style>
background-color css
<style>
a { background-color: #C181BF; }
a { background-color: rgb(193,129,191); }
div.DivClassName
{
background-color: #C181BF;
}
.BgClassName
{
background-color: #C181BF;
}
</style>
border-color css
<style>
span { border-color: #C181BF; }
span { border-color: rgb(193,129,191); }
td.TdClassName
{
border-color: #C181BF;
}
.TagClassName
{
border-color: #C181BF;
}
</style>