Shades of London Hue #C378B5
Tints of London Hue #C378B5
RGB
CMYK
RGB Variations
Color information
#C378B5 (or 0xC378B5) is known color: London Hue. HEX triplet: C3, 78 and B5. RGB value is (195,120,181). Sum of RGB (Red+Green+Blue) = 195+120+181=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 120 (47.27% from 255 or 24.19% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 195 - color contains mainly: red. Hex color #C378B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C378B5 is #3C874A. Grayscale: #959595. Windows color (decimal): -3966795 or 11892931. OLE color: 11892931.
HSL color Cylindrical-coordinate representation of color #C378B5: hue angle of 311.2º 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 #C378B5 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 120 | 181 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.24 |
| HSL | 311.2º | 0.38% | 0.62% | - |
| HSV(B) | 311.2º | 0.38% | 0.76% | - |
| XYZ | 37.56 | 28.37 | 47.21 | - |
| YUV | 149.38 | 145.85 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 181 | 0 | 0.38 | 0.07 | 0.24 | 311.2 | 0.38 | 0.62 |
| Hex | C3 | 78 | B5 | 0 | 26 | 7 | 18 | 137 | 26 | 3E |
| Octal | 303 | 170 | 265 | 0 | 46 | 7 | 30 | 467 | 46 | 76 |
| Binary | 11000011 | 1111000 | 10110101 | 0 | 100110 | 111 | 11000 | 100110111 | 100110 | 111110 |
Color Harmonies of #C378B5
Complementary color
Monochromatic Colors of #C378B5
Black with #C378B5
Text Example
Text Example
White with #C378B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C378B5; }
p { color: rgb(195,120,181); }
H1.HeaderClassName
{
color: #C378B5;
}
.AnyTagClassName
{
color: #C378B5;
}
</style>
background-color css
<style>
a { background-color: #C378B5; }
a { background-color: rgb(195,120,181); }
div.DivClassName
{
background-color: #C378B5;
}
.BgClassName
{
background-color: #C378B5;
}
</style>
border-color css
<style>
span { border-color: #C378B5; }
span { border-color: rgb(195,120,181); }
td.TdClassName
{
border-color: #C378B5;
}
.TagClassName
{
border-color: #C378B5;
}
</style>