Shades of London Hue #C081BC
Tints of London Hue #C081BC
RGB
CMYK
RGB Variations
Color information
#C081BC (or 0xC081BC) is known color: London Hue. HEX triplet: C0, 81 and BC. RGB value is (192,129,188). Sum of RGB (Red+Green+Blue) = 192+129+188=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 129 (50.78% from 255 or 25.34% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 192 - color contains mainly: red. Hex color #C081BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C081BC is #3F7E43. Grayscale: #9A9A9A. Windows color (decimal): -4161092 or 12353984. OLE color: 12353984.
HSL color Cylindrical-coordinate representation of color #C081BC: hue angle of 303.81º degrees, saturation: 0.33, 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 #C081BC is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 129 | 188 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.25 |
| HSL | 303.81º | 0.33% | 0.63% | - |
| HSV(B) | 303.81º | 0.33% | 0.75% | - |
| XYZ | 38.67 | 30.54 | 51.43 | - |
| YUV | 154.56 | 146.87 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 129 | 188 | 0 | 0.33 | 0.02 | 0.25 | 303.81 | 0.33 | 0.63 |
| Hex | C0 | 81 | BC | 0 | 21 | 2 | 19 | 130 | 21 | 3F |
| Octal | 300 | 201 | 274 | 0 | 41 | 2 | 31 | 460 | 41 | 77 |
| Binary | 11000000 | 10000001 | 10111100 | 0 | 100001 | 10 | 11001 | 100110000 | 100001 | 111111 |
Color Harmonies of #C081BC
Complementary color
Monochromatic Colors of #C081BC
Black with #C081BC
Text Example
Text Example
White with #C081BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C081BC; }
p { color: rgb(192,129,188); }
H1.HeaderClassName
{
color: #C081BC;
}
.AnyTagClassName
{
color: #C081BC;
}
</style>
background-color css
<style>
a { background-color: #C081BC; }
a { background-color: rgb(192,129,188); }
div.DivClassName
{
background-color: #C081BC;
}
.BgClassName
{
background-color: #C081BC;
}
</style>
border-color css
<style>
span { border-color: #C081BC; }
span { border-color: rgb(192,129,188); }
td.TdClassName
{
border-color: #C081BC;
}
.TagClassName
{
border-color: #C081BC;
}
</style>