Shades of London Hue #C279BB
Tints of London Hue #C279BB
RGB
CMYK
RGB Variations
Color information
#C279BB (or 0xC279BB) is known color: London Hue. HEX triplet: C2, 79 and BB. RGB value is (194,121,187). Sum of RGB (Red+Green+Blue) = 194+121+187=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 121 (47.66% from 255 or 24.10% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 194 - color contains mainly: red. Hex color #C279BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C279BB is #3D8644. Grayscale: #969696. Windows color (decimal): -4032069 or 12286402. OLE color: 12286402.
HSL color Cylindrical-coordinate representation of color #C279BB: hue angle of 305.75º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C279BB is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 121 | 187 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.24 |
| HSL | 305.75º | 0.37% | 0.62% | - |
| HSV(B) | 305.75º | 0.38% | 0.76% | - |
| XYZ | 38.06 | 28.73 | 50.55 | - |
| YUV | 150.35 | 148.68 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 121 | 187 | 0 | 0.38 | 0.04 | 0.24 | 305.75 | 0.37 | 0.62 |
| Hex | C2 | 79 | BB | 0 | 26 | 4 | 18 | 132 | 25 | 3E |
| Octal | 302 | 171 | 273 | 0 | 46 | 4 | 30 | 462 | 45 | 76 |
| Binary | 11000010 | 1111001 | 10111011 | 0 | 100110 | 100 | 11000 | 100110010 | 100101 | 111110 |
Color Harmonies of #C279BB
Complementary color
Monochromatic Colors of #C279BB
Black with #C279BB
Text Example
Text Example
White with #C279BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C279BB; }
p { color: rgb(194,121,187); }
H1.HeaderClassName
{
color: #C279BB;
}
.AnyTagClassName
{
color: #C279BB;
}
</style>
background-color css
<style>
a { background-color: #C279BB; }
a { background-color: rgb(194,121,187); }
div.DivClassName
{
background-color: #C279BB;
}
.BgClassName
{
background-color: #C279BB;
}
</style>
border-color css
<style>
span { border-color: #C279BB; }
span { border-color: rgb(194,121,187); }
td.TdClassName
{
border-color: #C279BB;
}
.TagClassName
{
border-color: #C279BB;
}
</style>