Shades of London Hue #C37CB4
Tints of London Hue #C37CB4
RGB
CMYK
RGB Variations
Color information
#C37CB4 (or 0xC37CB4) is known color: London Hue. HEX triplet: C3, 7C and B4. RGB value is (195,124,180). Sum of RGB (Red+Green+Blue) = 195+124+180=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 124 (48.83% from 255 or 24.85% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 195 - color contains mainly: red. Hex color #C37CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37CB4 is #3C834B. Grayscale: #979797. Windows color (decimal): -3965772 or 11828419. OLE color: 11828419.
HSL color Cylindrical-coordinate representation of color #C37CB4: hue angle of 312.68º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C37CB4 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 124 | 180 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.24 |
| HSL | 312.68º | 0.37% | 0.63% | - |
| HSV(B) | 312.68º | 0.36% | 0.76% | - |
| XYZ | 37.95 | 29.31 | 46.84 | - |
| YUV | 151.61 | 144.02 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 124 | 180 | 0 | 0.36 | 0.08 | 0.24 | 312.68 | 0.37 | 0.63 |
| Hex | C3 | 7C | B4 | 0 | 24 | 8 | 18 | 139 | 25 | 3F |
| Octal | 303 | 174 | 264 | 0 | 44 | 10 | 30 | 471 | 45 | 77 |
| Binary | 11000011 | 1111100 | 10110100 | 0 | 100100 | 1000 | 11000 | 100111001 | 100101 | 111111 |
Color Harmonies of #C37CB4
Complementary color
Monochromatic Colors of #C37CB4
Black with #C37CB4
Text Example
Text Example
White with #C37CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37CB4; }
p { color: rgb(195,124,180); }
H1.HeaderClassName
{
color: #C37CB4;
}
.AnyTagClassName
{
color: #C37CB4;
}
</style>
background-color css
<style>
a { background-color: #C37CB4; }
a { background-color: rgb(195,124,180); }
div.DivClassName
{
background-color: #C37CB4;
}
.BgClassName
{
background-color: #C37CB4;
}
</style>
border-color css
<style>
span { border-color: #C37CB4; }
span { border-color: rgb(195,124,180); }
td.TdClassName
{
border-color: #C37CB4;
}
.TagClassName
{
border-color: #C37CB4;
}
</style>