Shades of London Hue #C084BC
Tints of London Hue #C084BC
RGB
CMYK
RGB Variations
Color information
#C084BC (or 0xC084BC) is known color: London Hue. HEX triplet: C0, 84 and BC. RGB value is (192,132,188). Sum of RGB (Red+Green+Blue) = 192+132+188=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 192 - color contains mainly: red. Hex color #C084BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C084BC is #3F7B43. Grayscale: #9C9C9C. Windows color (decimal): -4160324 or 12354752. OLE color: 12354752.
HSL color Cylindrical-coordinate representation of color #C084BC: hue angle of 304º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C084BC is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 132 | 188 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.25 |
| HSL | 304º | 0.32% | 0.64% | - |
| HSV(B) | 304º | 0.31% | 0.75% | - |
| XYZ | 39.07 | 31.34 | 51.57 | - |
| YUV | 156.32 | 145.88 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 188 | 0 | 0.31 | 0.02 | 0.25 | 304 | 0.32 | 0.64 |
| Hex | C0 | 84 | BC | 0 | 1F | 2 | 19 | 130 | 20 | 40 |
| Octal | 300 | 204 | 274 | 0 | 37 | 2 | 31 | 460 | 40 | 100 |
| Binary | 11000000 | 10000100 | 10111100 | 0 | 11111 | 10 | 11001 | 100110000 | 100000 | 1000000 |
Color Harmonies of #C084BC
Complementary color
Monochromatic Colors of #C084BC
Black with #C084BC
Text Example
Text Example
White with #C084BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C084BC; }
p { color: rgb(192,132,188); }
H1.HeaderClassName
{
color: #C084BC;
}
.AnyTagClassName
{
color: #C084BC;
}
</style>
background-color css
<style>
a { background-color: #C084BC; }
a { background-color: rgb(192,132,188); }
div.DivClassName
{
background-color: #C084BC;
}
.BgClassName
{
background-color: #C084BC;
}
</style>
border-color css
<style>
span { border-color: #C084BC; }
span { border-color: rgb(192,132,188); }
td.TdClassName
{
border-color: #C084BC;
}
.TagClassName
{
border-color: #C084BC;
}
</style>