Shades of London Hue #C279B9
Tints of London Hue #C279B9
RGB
CMYK
RGB Variations
Color information
#C279B9 (or 0xC279B9) is known color: London Hue. HEX triplet: C2, 79 and B9. RGB value is (194,121,185). Sum of RGB (Red+Green+Blue) = 194+121+185=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 121 (47.66% from 255 or 24.2% from 500); Blue value is 185 (72.66% from 255 or 37% from 500); Max value from RGB is 194 - color contains mainly: red. Hex color #C279B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C279B9 is #3D8646. Grayscale: #959595. Windows color (decimal): -4032071 or 12155330. OLE color: 12155330.
HSL color Cylindrical-coordinate representation of color #C279B9: hue angle of 307.4º 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 #C279B9 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 121 | 185 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.24 |
| HSL | 307.4º | 0.37% | 0.62% | - |
| HSV(B) | 307.4º | 0.38% | 0.76% | - |
| XYZ | 37.84 | 28.65 | 49.43 | - |
| YUV | 150.12 | 147.68 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 121 | 185 | 0 | 0.38 | 0.05 | 0.24 | 307.4 | 0.37 | 0.62 |
| Hex | C2 | 79 | B9 | 0 | 26 | 5 | 18 | 133 | 25 | 3E |
| Octal | 302 | 171 | 271 | 0 | 46 | 5 | 30 | 463 | 45 | 76 |
| Binary | 11000010 | 1111001 | 10111001 | 0 | 100110 | 101 | 11000 | 100110011 | 100101 | 111110 |
Color Harmonies of #C279B9
Complementary color
Monochromatic Colors of #C279B9
Black with #C279B9
Text Example
Text Example
White with #C279B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C279B9; }
p { color: rgb(194,121,185); }
H1.HeaderClassName
{
color: #C279B9;
}
.AnyTagClassName
{
color: #C279B9;
}
</style>
background-color css
<style>
a { background-color: #C279B9; }
a { background-color: rgb(194,121,185); }
div.DivClassName
{
background-color: #C279B9;
}
.BgClassName
{
background-color: #C279B9;
}
</style>
border-color css
<style>
span { border-color: #C279B9; }
span { border-color: rgb(194,121,185); }
td.TdClassName
{
border-color: #C279B9;
}
.TagClassName
{
border-color: #C279B9;
}
</style>