Shades of London Hue #C278B1
Tints of London Hue #C278B1
RGB
CMYK
RGB Variations
Color information
#C278B1 (or 0xC278B1) is known color: London Hue. HEX triplet: C2, 78 and B1. RGB value is (194,120,177). Sum of RGB (Red+Green+Blue) = 194+120+177=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 120 (47.27% from 255 or 24.44% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 194 - color contains mainly: red. Hex color #C278B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C278B1 is #3D874E. Grayscale: #949494. Windows color (decimal): -4032335 or 11630786. OLE color: 11630786.
HSL color Cylindrical-coordinate representation of color #C278B1: hue angle of 313.78º degrees, saturation: 0.38, 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 #C278B1 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 120 | 177 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.24 |
| HSL | 313.78º | 0.38% | 0.62% | - |
| HSV(B) | 313.78º | 0.38% | 0.76% | - |
| XYZ | 36.9 | 28.08 | 45.07 | - |
| YUV | 148.62 | 144.02 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 120 | 177 | 0 | 0.38 | 0.09 | 0.24 | 313.78 | 0.38 | 0.62 |
| Hex | C2 | 78 | B1 | 0 | 26 | 9 | 18 | 13A | 26 | 3E |
| Octal | 302 | 170 | 261 | 0 | 46 | 11 | 30 | 472 | 46 | 76 |
| Binary | 11000010 | 1111000 | 10110001 | 0 | 100110 | 1001 | 11000 | 100111010 | 100110 | 111110 |
Color Harmonies of #C278B1
Complementary color
Monochromatic Colors of #C278B1
Black with #C278B1
Text Example
Text Example
White with #C278B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C278B1; }
p { color: rgb(194,120,177); }
H1.HeaderClassName
{
color: #C278B1;
}
.AnyTagClassName
{
color: #C278B1;
}
</style>
background-color css
<style>
a { background-color: #C278B1; }
a { background-color: rgb(194,120,177); }
div.DivClassName
{
background-color: #C278B1;
}
.BgClassName
{
background-color: #C278B1;
}
</style>
border-color css
<style>
span { border-color: #C278B1; }
span { border-color: rgb(194,120,177); }
td.TdClassName
{
border-color: #C278B1;
}
.TagClassName
{
border-color: #C278B1;
}
</style>