Shades of London Hue #C282B0
Tints of London Hue #C282B0
RGB
CMYK
RGB Variations
Color information
#C282B0 (or 0xC282B0) is known color: London Hue. HEX triplet: C2, 82 and B0. RGB value is (194,130,176). Sum of RGB (Red+Green+Blue) = 194+130+176=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 194 - color contains mainly: red. Hex color #C282B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C282B0 is #3D7D4F. Grayscale: #9A9A9A. Windows color (decimal): -4029776 or 11567810. OLE color: 11567810.
HSL color Cylindrical-coordinate representation of color #C282B0: hue angle of 316.88º degrees, saturation: 0.34, 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 #C282B0 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 130 | 176 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.24 |
| HSL | 316.88º | 0.34% | 0.64% | - |
| HSV(B) | 316.88º | 0.33% | 0.76% | - |
| XYZ | 38.07 | 30.57 | 44.97 | - |
| YUV | 154.38 | 140.2 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 130 | 176 | 0 | 0.33 | 0.09 | 0.24 | 316.88 | 0.34 | 0.64 |
| Hex | C2 | 82 | B0 | 0 | 21 | 9 | 18 | 13D | 22 | 40 |
| Octal | 302 | 202 | 260 | 0 | 41 | 11 | 30 | 475 | 42 | 100 |
| Binary | 11000010 | 10000010 | 10110000 | 0 | 100001 | 1001 | 11000 | 100111101 | 100010 | 1000000 |
Color Harmonies of #C282B0
Complementary color
Monochromatic Colors of #C282B0
Black with #C282B0
Text Example
Text Example
White with #C282B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C282B0; }
p { color: rgb(194,130,176); }
H1.HeaderClassName
{
color: #C282B0;
}
.AnyTagClassName
{
color: #C282B0;
}
</style>
background-color css
<style>
a { background-color: #C282B0; }
a { background-color: rgb(194,130,176); }
div.DivClassName
{
background-color: #C282B0;
}
.BgClassName
{
background-color: #C282B0;
}
</style>
border-color css
<style>
span { border-color: #C282B0; }
span { border-color: rgb(194,130,176); }
td.TdClassName
{
border-color: #C282B0;
}
.TagClassName
{
border-color: #C282B0;
}
</style>