Shades of London Hue #C280BD
Tints of London Hue #C280BD
RGB
CMYK
RGB Variations
Color information
#C280BD (or 0xC280BD) is known color: London Hue. HEX triplet: C2, 80 and BD. RGB value is (194,128,189). Sum of RGB (Red+Green+Blue) = 194+128+189=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 194 - color contains mainly: red. Hex color #C280BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C280BD is #3D7F42. Grayscale: #9A9A9A. Windows color (decimal): -4030275 or 12419266. OLE color: 12419266.
HSL color Cylindrical-coordinate representation of color #C280BD: hue angle of 304.55º 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 #C280BD is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 189 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.24 |
| HSL | 304.55º | 0.35% | 0.63% | - |
| HSV(B) | 304.55º | 0.34% | 0.76% | - |
| XYZ | 39.15 | 30.58 | 51.98 | - |
| YUV | 154.69 | 147.37 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 189 | 0 | 0.34 | 0.03 | 0.24 | 304.55 | 0.35 | 0.63 |
| Hex | C2 | 80 | BD | 0 | 22 | 3 | 18 | 131 | 23 | 3F |
| Octal | 302 | 200 | 275 | 0 | 42 | 3 | 30 | 461 | 43 | 77 |
| Binary | 11000010 | 10000000 | 10111101 | 0 | 100010 | 11 | 11000 | 100110001 | 100011 | 111111 |
Color Harmonies of #C280BD
Complementary color
Monochromatic Colors of #C280BD
Black with #C280BD
Text Example
Text Example
White with #C280BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C280BD; }
p { color: rgb(194,128,189); }
H1.HeaderClassName
{
color: #C280BD;
}
.AnyTagClassName
{
color: #C280BD;
}
</style>
background-color css
<style>
a { background-color: #C280BD; }
a { background-color: rgb(194,128,189); }
div.DivClassName
{
background-color: #C280BD;
}
.BgClassName
{
background-color: #C280BD;
}
</style>
border-color css
<style>
span { border-color: #C280BD; }
span { border-color: rgb(194,128,189); }
td.TdClassName
{
border-color: #C280BD;
}
.TagClassName
{
border-color: #C280BD;
}
</style>