Shades of London Hue #C080B3
Tints of London Hue #C080B3
RGB
CMYK
RGB Variations
Color information
#C080B3 (or 0xC080B3) is known color: London Hue. HEX triplet: C0, 80 and B3. RGB value is (192,128,179). Sum of RGB (Red+Green+Blue) = 192+128+179=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 179 (70.31% from 255 or 35.87% from 499); Max value from RGB is 192 - color contains mainly: red. Hex color #C080B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C080B3 is #3F7F4C. Grayscale: #989898. Windows color (decimal): -4161357 or 11763904. OLE color: 11763904.
HSL color Cylindrical-coordinate representation of color #C080B3: hue angle of 312.19º 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 #C080B3 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 128 | 179 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.25 |
| HSL | 312.19º | 0.34% | 0.63% | - |
| HSV(B) | 312.19º | 0.33% | 0.75% | - |
| XYZ | 37.59 | 29.9 | 46.44 | - |
| YUV | 152.95 | 142.7 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 179 | 0 | 0.33 | 0.07 | 0.25 | 312.19 | 0.34 | 0.63 |
| Hex | C0 | 80 | B3 | 0 | 21 | 7 | 19 | 138 | 22 | 3F |
| Octal | 300 | 200 | 263 | 0 | 41 | 7 | 31 | 470 | 42 | 77 |
| Binary | 11000000 | 10000000 | 10110011 | 0 | 100001 | 111 | 11001 | 100111000 | 100010 | 111111 |
Color Harmonies of #C080B3
Complementary color
Monochromatic Colors of #C080B3
Black with #C080B3
Text Example
Text Example
White with #C080B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C080B3; }
p { color: rgb(192,128,179); }
H1.HeaderClassName
{
color: #C080B3;
}
.AnyTagClassName
{
color: #C080B3;
}
</style>
background-color css
<style>
a { background-color: #C080B3; }
a { background-color: rgb(192,128,179); }
div.DivClassName
{
background-color: #C080B3;
}
.BgClassName
{
background-color: #C080B3;
}
</style>
border-color css
<style>
span { border-color: #C080B3; }
span { border-color: rgb(192,128,179); }
td.TdClassName
{
border-color: #C080B3;
}
.TagClassName
{
border-color: #C080B3;
}
</style>