Shades of London Hue #C282B7
Tints of London Hue #C282B7
RGB
CMYK
RGB Variations
Color information
#C282B7 (or 0xC282B7) is known color: London Hue. HEX triplet: C2, 82 and B7. RGB value is (194,130,183). Sum of RGB (Red+Green+Blue) = 194+130+183=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 183 (71.88% from 255 or 36.09% from 507); Max value from RGB is 194 - color contains mainly: red. Hex color #C282B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C282B7 is #3D7D48. Grayscale: #9B9B9B. Windows color (decimal): -4029769 or 12026562. OLE color: 12026562.
HSL color Cylindrical-coordinate representation of color #C282B7: hue angle of 310.31º 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 #C282B7 is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 130 | 183 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.24 |
| HSL | 310.31º | 0.34% | 0.64% | - |
| HSV(B) | 310.31º | 0.33% | 0.76% | - |
| XYZ | 38.78 | 30.85 | 48.71 | - |
| YUV | 155.18 | 143.7 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 130 | 183 | 0 | 0.33 | 0.06 | 0.24 | 310.31 | 0.34 | 0.64 |
| Hex | C2 | 82 | B7 | 0 | 21 | 6 | 18 | 136 | 22 | 40 |
| Octal | 302 | 202 | 267 | 0 | 41 | 6 | 30 | 466 | 42 | 100 |
| Binary | 11000010 | 10000010 | 10110111 | 0 | 100001 | 110 | 11000 | 100110110 | 100010 | 1000000 |
Color Harmonies of #C282B7
Complementary color
Monochromatic Colors of #C282B7
Black with #C282B7
Text Example
Text Example
White with #C282B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C282B7; }
p { color: rgb(194,130,183); }
H1.HeaderClassName
{
color: #C282B7;
}
.AnyTagClassName
{
color: #C282B7;
}
</style>
background-color css
<style>
a { background-color: #C282B7; }
a { background-color: rgb(194,130,183); }
div.DivClassName
{
background-color: #C282B7;
}
.BgClassName
{
background-color: #C282B7;
}
</style>
border-color css
<style>
span { border-color: #C282B7; }
span { border-color: rgb(194,130,183); }
td.TdClassName
{
border-color: #C282B7;
}
.TagClassName
{
border-color: #C282B7;
}
</style>