Shades of London Hue #C181BE
Tints of London Hue #C181BE
RGB
CMYK
RGB Variations
Color information
#C181BE (or 0xC181BE) is known color: London Hue. HEX triplet: C1, 81 and BE. RGB value is (193,129,190). Sum of RGB (Red+Green+Blue) = 193+129+190=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 129 (50.78% from 255 or 25.20% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 193 - color contains mainly: red. Hex color #C181BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C181BE is #3E7E41. Grayscale: #9A9A9A. Windows color (decimal): -4095554 or 12485057. OLE color: 12485057.
HSL color Cylindrical-coordinate representation of color #C181BE: hue angle of 302.81º 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 #C181BE is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 129 | 190 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.24 |
| HSL | 302.81º | 0.34% | 0.63% | - |
| HSV(B) | 302.81º | 0.33% | 0.76% | - |
| XYZ | 39.14 | 30.76 | 52.59 | - |
| YUV | 155.09 | 147.7 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 129 | 190 | 0 | 0.33 | 0.02 | 0.24 | 302.81 | 0.34 | 0.63 |
| Hex | C1 | 81 | BE | 0 | 21 | 2 | 18 | 12F | 22 | 3F |
| Octal | 301 | 201 | 276 | 0 | 41 | 2 | 30 | 457 | 42 | 77 |
| Binary | 11000001 | 10000001 | 10111110 | 0 | 100001 | 10 | 11000 | 100101111 | 100010 | 111111 |
Color Harmonies of #C181BE
Complementary color
Monochromatic Colors of #C181BE
Black with #C181BE
Text Example
Text Example
White with #C181BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C181BE; }
p { color: rgb(193,129,190); }
H1.HeaderClassName
{
color: #C181BE;
}
.AnyTagClassName
{
color: #C181BE;
}
</style>
background-color css
<style>
a { background-color: #C181BE; }
a { background-color: rgb(193,129,190); }
div.DivClassName
{
background-color: #C181BE;
}
.BgClassName
{
background-color: #C181BE;
}
</style>
border-color css
<style>
span { border-color: #C181BE; }
span { border-color: rgb(193,129,190); }
td.TdClassName
{
border-color: #C181BE;
}
.TagClassName
{
border-color: #C181BE;
}
</style>