Shades of London Hue #C37AAF
Tints of London Hue #C37AAF
RGB
CMYK
RGB Variations
Color information
#C37AAF (or 0xC37AAF) is known color: London Hue. HEX triplet: C3, 7A and AF. RGB value is (195,122,175). Sum of RGB (Red+Green+Blue) = 195+122+175=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 122 (48.05% from 255 or 24.80% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 195 - color contains mainly: red. Hex color #C37AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37AAF is #3C8550. Grayscale: #959595. Windows color (decimal): -3966289 or 11500227. OLE color: 11500227.
HSL color Cylindrical-coordinate representation of color #C37AAF: hue angle of 316.44º 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 #C37AAF is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 122 | 175 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.24 |
| HSL | 316.44º | 0.38% | 0.62% | - |
| HSV(B) | 316.44º | 0.37% | 0.76% | - |
| XYZ | 37.2 | 28.62 | 44.12 | - |
| YUV | 149.87 | 142.18 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 122 | 175 | 0 | 0.37 | 0.10 | 0.24 | 316.44 | 0.38 | 0.62 |
| Hex | C3 | 7A | AF | 0 | 25 | A | 18 | 13C | 26 | 3E |
| Octal | 303 | 172 | 257 | 0 | 45 | 12 | 30 | 474 | 46 | 76 |
| Binary | 11000011 | 1111010 | 10101111 | 0 | 100101 | 1010 | 11000 | 100111100 | 100110 | 111110 |
Color Harmonies of #C37AAF
Complementary color
Monochromatic Colors of #C37AAF
Black with #C37AAF
Text Example
Text Example
White with #C37AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37AAF; }
p { color: rgb(195,122,175); }
H1.HeaderClassName
{
color: #C37AAF;
}
.AnyTagClassName
{
color: #C37AAF;
}
</style>
background-color css
<style>
a { background-color: #C37AAF; }
a { background-color: rgb(195,122,175); }
div.DivClassName
{
background-color: #C37AAF;
}
.BgClassName
{
background-color: #C37AAF;
}
</style>
border-color css
<style>
span { border-color: #C37AAF; }
span { border-color: rgb(195,122,175); }
td.TdClassName
{
border-color: #C37AAF;
}
.TagClassName
{
border-color: #C37AAF;
}
</style>