Shades of London Hue #C382BA
Tints of London Hue #C382BA
RGB
CMYK
RGB Variations
Color information
#C382BA (or 0xC382BA) is known color: London Hue. HEX triplet: C3, 82 and BA. RGB value is (195,130,186). Sum of RGB (Red+Green+Blue) = 195+130+186=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 130 (51.17% from 255 or 25.44% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 195 - color contains mainly: red. Hex color #C382BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C382BA is #3C7D45. Grayscale: #9B9B9B. Windows color (decimal): -3964230 or 12223171. OLE color: 12223171.
HSL color Cylindrical-coordinate representation of color #C382BA: hue angle of 308.31º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C382BA is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 130 | 186 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.24 |
| HSL | 308.31º | 0.35% | 0.64% | - |
| HSV(B) | 308.31º | 0.33% | 0.76% | - |
| XYZ | 39.35 | 31.11 | 50.39 | - |
| YUV | 155.82 | 145.03 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 130 | 186 | 0 | 0.33 | 0.05 | 0.24 | 308.31 | 0.35 | 0.64 |
| Hex | C3 | 82 | BA | 0 | 21 | 5 | 18 | 134 | 23 | 40 |
| Octal | 303 | 202 | 272 | 0 | 41 | 5 | 30 | 464 | 43 | 100 |
| Binary | 11000011 | 10000010 | 10111010 | 0 | 100001 | 101 | 11000 | 100110100 | 100011 | 1000000 |
Color Harmonies of #C382BA
Complementary color
Monochromatic Colors of #C382BA
Black with #C382BA
Text Example
Text Example
White with #C382BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C382BA; }
p { color: rgb(195,130,186); }
H1.HeaderClassName
{
color: #C382BA;
}
.AnyTagClassName
{
color: #C382BA;
}
</style>
background-color css
<style>
a { background-color: #C382BA; }
a { background-color: rgb(195,130,186); }
div.DivClassName
{
background-color: #C382BA;
}
.BgClassName
{
background-color: #C382BA;
}
</style>
border-color css
<style>
span { border-color: #C382BA; }
span { border-color: rgb(195,130,186); }
td.TdClassName
{
border-color: #C382BA;
}
.TagClassName
{
border-color: #C382BA;
}
</style>