Shades of London Hue #C384BC
Tints of London Hue #C384BC
RGB
CMYK
RGB Variations
Color information
#C384BC (or 0xC384BC) is known color: London Hue. HEX triplet: C3, 84 and BC. RGB value is (195,132,188). Sum of RGB (Red+Green+Blue) = 195+132+188=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 132 (51.95% from 255 or 25.63% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 195 - color contains mainly: red. Hex color #C384BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C384BC is #3C7B43. Grayscale: #9D9D9D. Windows color (decimal): -3963716 or 12354755. OLE color: 12354755.
HSL color Cylindrical-coordinate representation of color #C384BC: hue angle of 306.67º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C384BC is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 132 | 188 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.24 |
| HSL | 306.67º | 0.34% | 0.64% | - |
| HSV(B) | 306.67º | 0.32% | 0.76% | - |
| XYZ | 39.83 | 31.74 | 51.6 | - |
| YUV | 157.22 | 145.37 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 132 | 188 | 0 | 0.32 | 0.04 | 0.24 | 306.67 | 0.34 | 0.64 |
| Hex | C3 | 84 | BC | 0 | 20 | 4 | 18 | 133 | 22 | 40 |
| Octal | 303 | 204 | 274 | 0 | 40 | 4 | 30 | 463 | 42 | 100 |
| Binary | 11000011 | 10000100 | 10111100 | 0 | 100000 | 100 | 11000 | 100110011 | 100010 | 1000000 |
Color Harmonies of #C384BC
Complementary color
Monochromatic Colors of #C384BC
Black with #C384BC
Text Example
Text Example
White with #C384BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C384BC; }
p { color: rgb(195,132,188); }
H1.HeaderClassName
{
color: #C384BC;
}
.AnyTagClassName
{
color: #C384BC;
}
</style>
background-color css
<style>
a { background-color: #C384BC; }
a { background-color: rgb(195,132,188); }
div.DivClassName
{
background-color: #C384BC;
}
.BgClassName
{
background-color: #C384BC;
}
</style>
border-color css
<style>
span { border-color: #C384BC; }
span { border-color: rgb(195,132,188); }
td.TdClassName
{
border-color: #C384BC;
}
.TagClassName
{
border-color: #C384BC;
}
</style>