Shades of London Hue #C37BB1
Tints of London Hue #C37BB1
RGB
CMYK
RGB Variations
Color information
#C37BB1 (or 0xC37BB1) is known color: London Hue. HEX triplet: C3, 7B and B1. RGB value is (195,123,177). Sum of RGB (Red+Green+Blue) = 195+123+177=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 123 (48.44% from 255 or 24.85% from 495); Blue value is 177 (69.53% from 255 or 35.76% from 495); Max value from RGB is 195 - color contains mainly: red. Hex color #C37BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37BB1 is #3C844E. Grayscale: #969696. Windows color (decimal): -3966031 or 11631555. OLE color: 11631555.
HSL color Cylindrical-coordinate representation of color #C37BB1: hue angle of 315º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C37BB1 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 177 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.24 |
| HSL | 315º | 0.38% | 0.62% | - |
| HSV(B) | 315º | 0.37% | 0.76% | - |
| XYZ | 37.52 | 28.94 | 45.2 | - |
| YUV | 150.68 | 142.85 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 177 | 0 | 0.37 | 0.09 | 0.24 | 315 | 0.38 | 0.62 |
| Hex | C3 | 7B | B1 | 0 | 25 | 9 | 18 | 13B | 26 | 3E |
| Octal | 303 | 173 | 261 | 0 | 45 | 11 | 30 | 473 | 46 | 76 |
| Binary | 11000011 | 1111011 | 10110001 | 0 | 100101 | 1001 | 11000 | 100111011 | 100110 | 111110 |
Color Harmonies of #C37BB1
Complementary color
Monochromatic Colors of #C37BB1
Black with #C37BB1
Text Example
Text Example
White with #C37BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37BB1; }
p { color: rgb(195,123,177); }
H1.HeaderClassName
{
color: #C37BB1;
}
.AnyTagClassName
{
color: #C37BB1;
}
</style>
background-color css
<style>
a { background-color: #C37BB1; }
a { background-color: rgb(195,123,177); }
div.DivClassName
{
background-color: #C37BB1;
}
.BgClassName
{
background-color: #C37BB1;
}
</style>
border-color css
<style>
span { border-color: #C37BB1; }
span { border-color: rgb(195,123,177); }
td.TdClassName
{
border-color: #C37BB1;
}
.TagClassName
{
border-color: #C37BB1;
}
</style>