Shades of London Hue #C37DAF
Tints of London Hue #C37DAF
RGB
CMYK
RGB Variations
Color information
#C37DAF (or 0xC37DAF) is known color: London Hue. HEX triplet: C3, 7D and AF. RGB value is (195,125,175). Sum of RGB (Red+Green+Blue) = 195+125+175=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 195 - color contains mainly: red. Hex color #C37DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37DAF is #3C8250. Grayscale: #979797. Windows color (decimal): -3965521 or 11500995. OLE color: 11500995.
HSL color Cylindrical-coordinate representation of color #C37DAF: hue angle of 317.14º 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 #C37DAF is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 125 | 175 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.24 |
| HSL | 317.14º | 0.37% | 0.63% | - |
| HSV(B) | 317.14º | 0.36% | 0.76% | - |
| XYZ | 37.58 | 29.36 | 44.24 | - |
| YUV | 151.63 | 141.19 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 125 | 175 | 0 | 0.36 | 0.10 | 0.24 | 317.14 | 0.37 | 0.63 |
| Hex | C3 | 7D | AF | 0 | 24 | A | 18 | 13D | 25 | 3F |
| Octal | 303 | 175 | 257 | 0 | 44 | 12 | 30 | 475 | 45 | 77 |
| Binary | 11000011 | 1111101 | 10101111 | 0 | 100100 | 1010 | 11000 | 100111101 | 100101 | 111111 |
Color Harmonies of #C37DAF
Complementary color
Monochromatic Colors of #C37DAF
Black with #C37DAF
Text Example
Text Example
White with #C37DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37DAF; }
p { color: rgb(195,125,175); }
H1.HeaderClassName
{
color: #C37DAF;
}
.AnyTagClassName
{
color: #C37DAF;
}
</style>
background-color css
<style>
a { background-color: #C37DAF; }
a { background-color: rgb(195,125,175); }
div.DivClassName
{
background-color: #C37DAF;
}
.BgClassName
{
background-color: #C37DAF;
}
</style>
border-color css
<style>
span { border-color: #C37DAF; }
span { border-color: rgb(195,125,175); }
td.TdClassName
{
border-color: #C37DAF;
}
.TagClassName
{
border-color: #C37DAF;
}
</style>