Shades of London Hue #C183B2
Tints of London Hue #C183B2
RGB
CMYK
RGB Variations
Color information
#C183B2 (or 0xC183B2) is known color: London Hue. HEX triplet: C1, 83 and B2. RGB value is (193,131,178). Sum of RGB (Red+Green+Blue) = 193+131+178=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 131 (51.56% from 255 or 26.10% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 193 - color contains mainly: red. Hex color #C183B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C183B2 is #3E7C4D. Grayscale: #9A9A9A. Windows color (decimal): -4095054 or 11699137. OLE color: 11699137.
HSL color Cylindrical-coordinate representation of color #C183B2: hue angle of 314.52º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C183B2 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 131 | 178 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.24 |
| HSL | 314.52º | 0.33% | 0.64% | - |
| HSV(B) | 314.52º | 0.32% | 0.76% | - |
| XYZ | 38.14 | 30.78 | 46.05 | - |
| YUV | 154.9 | 141.04 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 131 | 178 | 0 | 0.32 | 0.08 | 0.24 | 314.52 | 0.33 | 0.64 |
| Hex | C1 | 83 | B2 | 0 | 20 | 8 | 18 | 13B | 21 | 40 |
| Octal | 301 | 203 | 262 | 0 | 40 | 10 | 30 | 473 | 41 | 100 |
| Binary | 11000001 | 10000011 | 10110010 | 0 | 100000 | 1000 | 11000 | 100111011 | 100001 | 1000000 |
Color Harmonies of #C183B2
Complementary color
Monochromatic Colors of #C183B2
Black with #C183B2
Text Example
Text Example
White with #C183B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C183B2; }
p { color: rgb(193,131,178); }
H1.HeaderClassName
{
color: #C183B2;
}
.AnyTagClassName
{
color: #C183B2;
}
</style>
background-color css
<style>
a { background-color: #C183B2; }
a { background-color: rgb(193,131,178); }
div.DivClassName
{
background-color: #C183B2;
}
.BgClassName
{
background-color: #C183B2;
}
</style>
border-color css
<style>
span { border-color: #C183B2; }
span { border-color: rgb(193,131,178); }
td.TdClassName
{
border-color: #C183B2;
}
.TagClassName
{
border-color: #C183B2;
}
</style>