Shades of London Hue #C083BC
Tints of London Hue #C083BC
RGB
CMYK
RGB Variations
Color information
#C083BC (or 0xC083BC) is known color: London Hue. HEX triplet: C0, 83 and BC. RGB value is (192,131,188). Sum of RGB (Red+Green+Blue) = 192+131+188=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 131 (51.56% from 255 or 25.64% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 192 - color contains mainly: red. Hex color #C083BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C083BC is #3F7C43. Grayscale: #9B9B9B. Windows color (decimal): -4160580 or 12354496. OLE color: 12354496.
HSL color Cylindrical-coordinate representation of color #C083BC: hue angle of 303.93º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C083BC is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 131 | 188 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.25 |
| HSL | 303.93º | 0.33% | 0.63% | - |
| HSV(B) | 303.93º | 0.32% | 0.75% | - |
| XYZ | 38.93 | 31.07 | 51.52 | - |
| YUV | 155.74 | 146.21 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 131 | 188 | 0 | 0.32 | 0.02 | 0.25 | 303.93 | 0.33 | 0.63 |
| Hex | C0 | 83 | BC | 0 | 20 | 2 | 19 | 130 | 21 | 3F |
| Octal | 300 | 203 | 274 | 0 | 40 | 2 | 31 | 460 | 41 | 77 |
| Binary | 11000000 | 10000011 | 10111100 | 0 | 100000 | 10 | 11001 | 100110000 | 100001 | 111111 |
Color Harmonies of #C083BC
Complementary color
Monochromatic Colors of #C083BC
Black with #C083BC
Text Example
Text Example
White with #C083BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C083BC; }
p { color: rgb(192,131,188); }
H1.HeaderClassName
{
color: #C083BC;
}
.AnyTagClassName
{
color: #C083BC;
}
</style>
background-color css
<style>
a { background-color: #C083BC; }
a { background-color: rgb(192,131,188); }
div.DivClassName
{
background-color: #C083BC;
}
.BgClassName
{
background-color: #C083BC;
}
</style>
border-color css
<style>
span { border-color: #C083BC; }
span { border-color: rgb(192,131,188); }
td.TdClassName
{
border-color: #C083BC;
}
.TagClassName
{
border-color: #C083BC;
}
</style>