Shades of London Hue #C474B1
Tints of London Hue #C474B1
RGB
CMYK
RGB Variations
Color information
#C474B1 (or 0xC474B1) is known color: London Hue. HEX triplet: C4, 74 and B1. RGB value is (196,116,177). Sum of RGB (Red+Green+Blue) = 196+116+177=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C474B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C474B1 is #3B8B4E. Grayscale: #929292. Windows color (decimal): -3902287 or 11629764. OLE color: 11629764.
HSL color Cylindrical-coordinate representation of color #C474B1: hue angle of 314.25º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C474B1 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 116 | 177 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.23 |
| HSL | 314.25º | 0.4% | 0.61% | - |
| HSV(B) | 314.25º | 0.41% | 0.77% | - |
| XYZ | 36.95 | 27.4 | 44.94 | - |
| YUV | 146.87 | 145 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 116 | 177 | 0 | 0.41 | 0.10 | 0.23 | 314.25 | 0.4 | 0.61 |
| Hex | C4 | 74 | B1 | 0 | 29 | A | 17 | 13A | 28 | 3D |
| Octal | 304 | 164 | 261 | 0 | 51 | 12 | 27 | 472 | 50 | 75 |
| Binary | 11000100 | 1110100 | 10110001 | 0 | 101001 | 1010 | 10111 | 100111010 | 101000 | 111101 |
Color Harmonies of #C474B1
Complementary color
Monochromatic Colors of #C474B1
Black with #C474B1
Text Example
Text Example
White with #C474B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C474B1; }
p { color: rgb(196,116,177); }
H1.HeaderClassName
{
color: #C474B1;
}
.AnyTagClassName
{
color: #C474B1;
}
</style>
background-color css
<style>
a { background-color: #C474B1; }
a { background-color: rgb(196,116,177); }
div.DivClassName
{
background-color: #C474B1;
}
.BgClassName
{
background-color: #C474B1;
}
</style>
border-color css
<style>
span { border-color: #C474B1; }
span { border-color: rgb(196,116,177); }
td.TdClassName
{
border-color: #C474B1;
}
.TagClassName
{
border-color: #C474B1;
}
</style>