Shades of London Hue #C080BD
Tints of London Hue #C080BD
RGB
CMYK
RGB Variations
Color information
#C080BD (or 0xC080BD) is known color: London Hue. HEX triplet: C0, 80 and BD. RGB value is (192,128,189). Sum of RGB (Red+Green+Blue) = 192+128+189=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 192 - color contains mainly: red. Hex color #C080BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C080BD is #3F7F42. Grayscale: #999999. Windows color (decimal): -4161347 or 12419264. OLE color: 12419264.
HSL color Cylindrical-coordinate representation of color #C080BD: hue angle of 302.81º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C080BD is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 128 | 189 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.25 |
| HSL | 302.81º | 0.34% | 0.63% | - |
| HSV(B) | 302.81º | 0.33% | 0.75% | - |
| XYZ | 38.64 | 30.32 | 51.96 | - |
| YUV | 154.09 | 147.7 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 189 | 0 | 0.33 | 0.02 | 0.25 | 302.81 | 0.34 | 0.63 |
| Hex | C0 | 80 | BD | 0 | 21 | 2 | 19 | 12F | 22 | 3F |
| Octal | 300 | 200 | 275 | 0 | 41 | 2 | 31 | 457 | 42 | 77 |
| Binary | 11000000 | 10000000 | 10111101 | 0 | 100001 | 10 | 11001 | 100101111 | 100010 | 111111 |
Color Harmonies of #C080BD
Complementary color
Monochromatic Colors of #C080BD
Black with #C080BD
Text Example
Text Example
White with #C080BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C080BD; }
p { color: rgb(192,128,189); }
H1.HeaderClassName
{
color: #C080BD;
}
.AnyTagClassName
{
color: #C080BD;
}
</style>
background-color css
<style>
a { background-color: #C080BD; }
a { background-color: rgb(192,128,189); }
div.DivClassName
{
background-color: #C080BD;
}
.BgClassName
{
background-color: #C080BD;
}
</style>
border-color css
<style>
span { border-color: #C080BD; }
span { border-color: rgb(192,128,189); }
td.TdClassName
{
border-color: #C080BD;
}
.TagClassName
{
border-color: #C080BD;
}
</style>