Shades of London Hue #C384B5
Tints of London Hue #C384B5
RGB
CMYK
RGB Variations
Color information
#C384B5 (or 0xC384B5) is known color: London Hue. HEX triplet: C3, 84 and B5. RGB value is (195,132,181). Sum of RGB (Red+Green+Blue) = 195+132+181=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 132 (51.95% from 255 or 25.98% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 195 - color contains mainly: red. Hex color #C384B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C384B5 is #3C7B4A. Grayscale: #9C9C9C. Windows color (decimal): -3963723 or 11896003. OLE color: 11896003.
HSL color Cylindrical-coordinate representation of color #C384B5: hue angle of 313.33º 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 #C384B5 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 132 | 181 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.24 |
| HSL | 313.33º | 0.34% | 0.64% | - |
| HSV(B) | 313.33º | 0.32% | 0.76% | - |
| XYZ | 39.1 | 31.44 | 47.72 | - |
| YUV | 156.42 | 141.87 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 132 | 181 | 0 | 0.32 | 0.07 | 0.24 | 313.33 | 0.34 | 0.64 |
| Hex | C3 | 84 | B5 | 0 | 20 | 7 | 18 | 139 | 22 | 40 |
| Octal | 303 | 204 | 265 | 0 | 40 | 7 | 30 | 471 | 42 | 100 |
| Binary | 11000011 | 10000100 | 10110101 | 0 | 100000 | 111 | 11000 | 100111001 | 100010 | 1000000 |
Color Harmonies of #C384B5
Complementary color
Monochromatic Colors of #C384B5
Black with #C384B5
Text Example
Text Example
White with #C384B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C384B5; }
p { color: rgb(195,132,181); }
H1.HeaderClassName
{
color: #C384B5;
}
.AnyTagClassName
{
color: #C384B5;
}
</style>
background-color css
<style>
a { background-color: #C384B5; }
a { background-color: rgb(195,132,181); }
div.DivClassName
{
background-color: #C384B5;
}
.BgClassName
{
background-color: #C384B5;
}
</style>
border-color css
<style>
span { border-color: #C384B5; }
span { border-color: rgb(195,132,181); }
td.TdClassName
{
border-color: #C384B5;
}
.TagClassName
{
border-color: #C384B5;
}
</style>