Shades of London Hue #C280BE
Tints of London Hue #C280BE
RGB
CMYK
RGB Variations
Color information
#C280BE (or 0xC280BE) is known color: London Hue. HEX triplet: C2, 80 and BE. RGB value is (194,128,190). Sum of RGB (Red+Green+Blue) = 194+128+190=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C280BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C280BE is #3D7F41. Grayscale: #9A9A9A. Windows color (decimal): -4030274 or 12484802. OLE color: 12484802.
HSL color Cylindrical-coordinate representation of color #C280BE: hue angle of 303.64º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C280BE is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 190 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.24 |
| HSL | 303.64º | 0.35% | 0.63% | - |
| HSV(B) | 303.64º | 0.34% | 0.76% | - |
| XYZ | 39.26 | 30.63 | 52.56 | - |
| YUV | 154.8 | 147.87 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 190 | 0 | 0.34 | 0.02 | 0.24 | 303.64 | 0.35 | 0.63 |
| Hex | C2 | 80 | BE | 0 | 22 | 2 | 18 | 130 | 23 | 3F |
| Octal | 302 | 200 | 276 | 0 | 42 | 2 | 30 | 460 | 43 | 77 |
| Binary | 11000010 | 10000000 | 10111110 | 0 | 100010 | 10 | 11000 | 100110000 | 100011 | 111111 |
Color Harmonies of #C280BE
Complementary color
Monochromatic Colors of #C280BE
Black with #C280BE
Text Example
Text Example
White with #C280BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C280BE; }
p { color: rgb(194,128,190); }
H1.HeaderClassName
{
color: #C280BE;
}
.AnyTagClassName
{
color: #C280BE;
}
</style>
background-color css
<style>
a { background-color: #C280BE; }
a { background-color: rgb(194,128,190); }
div.DivClassName
{
background-color: #C280BE;
}
.BgClassName
{
background-color: #C280BE;
}
</style>
border-color css
<style>
span { border-color: #C280BE; }
span { border-color: rgb(194,128,190); }
td.TdClassName
{
border-color: #C280BE;
}
.TagClassName
{
border-color: #C280BE;
}
</style>