Shades of London Hue #C181B9
Tints of London Hue #C181B9
RGB
CMYK
RGB Variations
Color information
#C181B9 (or 0xC181B9) is known color: London Hue. HEX triplet: C1, 81 and B9. RGB value is (193,129,185). Sum of RGB (Red+Green+Blue) = 193+129+185=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 129 (50.78% from 255 or 25.44% from 507); Blue value is 185 (72.66% from 255 or 36.49% from 507); Max value from RGB is 193 - color contains mainly: red. Hex color #C181B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C181B9 is #3E7E46. Grayscale: #9A9A9A. Windows color (decimal): -4095559 or 12157377. OLE color: 12157377.
HSL color Cylindrical-coordinate representation of color #C181B9: hue angle of 307.5º 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 #C181B9 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 129 | 185 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.24 |
| HSL | 307.5º | 0.34% | 0.63% | - |
| HSV(B) | 307.5º | 0.33% | 0.76% | - |
| XYZ | 38.6 | 30.54 | 49.76 | - |
| YUV | 154.52 | 145.2 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 129 | 185 | 0 | 0.33 | 0.04 | 0.24 | 307.5 | 0.34 | 0.63 |
| Hex | C1 | 81 | B9 | 0 | 21 | 4 | 18 | 134 | 22 | 3F |
| Octal | 301 | 201 | 271 | 0 | 41 | 4 | 30 | 464 | 42 | 77 |
| Binary | 11000001 | 10000001 | 10111001 | 0 | 100001 | 100 | 11000 | 100110100 | 100010 | 111111 |
Color Harmonies of #C181B9
Complementary color
Monochromatic Colors of #C181B9
Black with #C181B9
Text Example
Text Example
White with #C181B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C181B9; }
p { color: rgb(193,129,185); }
H1.HeaderClassName
{
color: #C181B9;
}
.AnyTagClassName
{
color: #C181B9;
}
</style>
background-color css
<style>
a { background-color: #C181B9; }
a { background-color: rgb(193,129,185); }
div.DivClassName
{
background-color: #C181B9;
}
.BgClassName
{
background-color: #C181B9;
}
</style>
border-color css
<style>
span { border-color: #C181B9; }
span { border-color: rgb(193,129,185); }
td.TdClassName
{
border-color: #C181B9;
}
.TagClassName
{
border-color: #C181B9;
}
</style>