Shades of London Hue #C382BD
Tints of London Hue #C382BD
RGB
CMYK
RGB Variations
Color information
#C382BD (or 0xC382BD) is known color: London Hue. HEX triplet: C3, 82 and BD. RGB value is (195,130,189). Sum of RGB (Red+Green+Blue) = 195+130+189=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 130 (51.17% from 255 or 25.29% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 195 - color contains mainly: red. Hex color #C382BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C382BD is #3C7D42. Grayscale: #9B9B9B. Windows color (decimal): -3964227 or 12419779. OLE color: 12419779.
HSL color Cylindrical-coordinate representation of color #C382BD: hue angle of 305.54º 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 #C382BD is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 130 | 189 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.24 |
| HSL | 305.54º | 0.35% | 0.64% | - |
| HSV(B) | 305.54º | 0.33% | 0.76% | - |
| XYZ | 39.67 | 31.24 | 52.08 | - |
| YUV | 156.16 | 146.53 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 130 | 189 | 0 | 0.33 | 0.03 | 0.24 | 305.54 | 0.35 | 0.64 |
| Hex | C3 | 82 | BD | 0 | 21 | 3 | 18 | 132 | 23 | 40 |
| Octal | 303 | 202 | 275 | 0 | 41 | 3 | 30 | 462 | 43 | 100 |
| Binary | 11000011 | 10000010 | 10111101 | 0 | 100001 | 11 | 11000 | 100110010 | 100011 | 1000000 |
Color Harmonies of #C382BD
Complementary color
Monochromatic Colors of #C382BD
Black with #C382BD
Text Example
Text Example
White with #C382BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C382BD; }
p { color: rgb(195,130,189); }
H1.HeaderClassName
{
color: #C382BD;
}
.AnyTagClassName
{
color: #C382BD;
}
</style>
background-color css
<style>
a { background-color: #C382BD; }
a { background-color: rgb(195,130,189); }
div.DivClassName
{
background-color: #C382BD;
}
.BgClassName
{
background-color: #C382BD;
}
</style>
border-color css
<style>
span { border-color: #C382BD; }
span { border-color: rgb(195,130,189); }
td.TdClassName
{
border-color: #C382BD;
}
.TagClassName
{
border-color: #C382BD;
}
</style>