Shades of London Hue #C382B9
Tints of London Hue #C382B9
RGB
CMYK
RGB Variations
Color information
#C382B9 (or 0xC382B9) is known color: London Hue. HEX triplet: C3, 82 and B9. RGB value is (195,130,185). Sum of RGB (Red+Green+Blue) = 195+130+185=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 185 (72.66% from 255 or 36.27% from 510); Max value from RGB is 195 - color contains mainly: red. Hex color #C382B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C382B9 is #3C7D46. Grayscale: #9B9B9B. Windows color (decimal): -3964231 or 12157635. OLE color: 12157635.
HSL color Cylindrical-coordinate representation of color #C382B9: hue angle of 309.23º 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 #C382B9 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 130 | 185 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.24 |
| HSL | 309.23º | 0.35% | 0.64% | - |
| HSV(B) | 309.23º | 0.33% | 0.76% | - |
| XYZ | 39.25 | 31.07 | 49.83 | - |
| YUV | 155.71 | 144.53 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 130 | 185 | 0 | 0.33 | 0.05 | 0.24 | 309.23 | 0.35 | 0.64 |
| Hex | C3 | 82 | B9 | 0 | 21 | 5 | 18 | 135 | 23 | 40 |
| Octal | 303 | 202 | 271 | 0 | 41 | 5 | 30 | 465 | 43 | 100 |
| Binary | 11000011 | 10000010 | 10111001 | 0 | 100001 | 101 | 11000 | 100110101 | 100011 | 1000000 |
Color Harmonies of #C382B9
Complementary color
Monochromatic Colors of #C382B9
Black with #C382B9
Text Example
Text Example
White with #C382B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C382B9; }
p { color: rgb(195,130,185); }
H1.HeaderClassName
{
color: #C382B9;
}
.AnyTagClassName
{
color: #C382B9;
}
</style>
background-color css
<style>
a { background-color: #C382B9; }
a { background-color: rgb(195,130,185); }
div.DivClassName
{
background-color: #C382B9;
}
.BgClassName
{
background-color: #C382B9;
}
</style>
border-color css
<style>
span { border-color: #C382B9; }
span { border-color: rgb(195,130,185); }
td.TdClassName
{
border-color: #C382B9;
}
.TagClassName
{
border-color: #C382B9;
}
</style>