Shades of London Hue #C382BE
Tints of London Hue #C382BE
RGB
CMYK
RGB Variations
Color information
#C382BE (or 0xC382BE) is known color: London Hue. HEX triplet: C3, 82 and BE. RGB value is (195,130,190). Sum of RGB (Red+Green+Blue) = 195+130+190=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 195 - color contains mainly: red. Hex color #C382BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C382BE is #3C7D41. Grayscale: #9C9C9C. Windows color (decimal): -3964226 or 12485315. OLE color: 12485315.
HSL color Cylindrical-coordinate representation of color #C382BE: hue angle of 304.62º 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 #C382BE is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 130 | 190 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.24 |
| HSL | 304.62º | 0.35% | 0.64% | - |
| HSV(B) | 304.62º | 0.33% | 0.76% | - |
| XYZ | 39.78 | 31.29 | 52.66 | - |
| YUV | 156.28 | 147.03 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 130 | 190 | 0 | 0.33 | 0.03 | 0.24 | 304.62 | 0.35 | 0.64 |
| Hex | C3 | 82 | BE | 0 | 21 | 3 | 18 | 131 | 23 | 40 |
| Octal | 303 | 202 | 276 | 0 | 41 | 3 | 30 | 461 | 43 | 100 |
| Binary | 11000011 | 10000010 | 10111110 | 0 | 100001 | 11 | 11000 | 100110001 | 100011 | 1000000 |
Color Harmonies of #C382BE
Complementary color
Monochromatic Colors of #C382BE
Black with #C382BE
Text Example
Text Example
White with #C382BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C382BE; }
p { color: rgb(195,130,190); }
H1.HeaderClassName
{
color: #C382BE;
}
.AnyTagClassName
{
color: #C382BE;
}
</style>
background-color css
<style>
a { background-color: #C382BE; }
a { background-color: rgb(195,130,190); }
div.DivClassName
{
background-color: #C382BE;
}
.BgClassName
{
background-color: #C382BE;
}
</style>
border-color css
<style>
span { border-color: #C382BE; }
span { border-color: rgb(195,130,190); }
td.TdClassName
{
border-color: #C382BE;
}
.TagClassName
{
border-color: #C382BE;
}
</style>