Shades of London Hue #C281B7
Tints of London Hue #C281B7
RGB
CMYK
RGB Variations
Color information
#C281B7 (or 0xC281B7) is known color: London Hue. HEX triplet: C2, 81 and B7. RGB value is (194,129,183). Sum of RGB (Red+Green+Blue) = 194+129+183=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 129 (50.78% from 255 or 25.49% from 506); Blue value is 183 (71.88% from 255 or 36.17% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C281B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C281B7 is #3D7E48. Grayscale: #9A9A9A. Windows color (decimal): -4030025 or 12026306. OLE color: 12026306.
HSL color Cylindrical-coordinate representation of color #C281B7: hue angle of 310.15º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C281B7 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 129 | 183 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.24 |
| HSL | 310.15º | 0.35% | 0.63% | - |
| HSV(B) | 310.15º | 0.34% | 0.76% | - |
| XYZ | 38.65 | 30.59 | 48.67 | - |
| YUV | 154.59 | 144.03 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 183 | 0 | 0.34 | 0.06 | 0.24 | 310.15 | 0.35 | 0.63 |
| Hex | C2 | 81 | B7 | 0 | 22 | 6 | 18 | 136 | 23 | 3F |
| Octal | 302 | 201 | 267 | 0 | 42 | 6 | 30 | 466 | 43 | 77 |
| Binary | 11000010 | 10000001 | 10110111 | 0 | 100010 | 110 | 11000 | 100110110 | 100011 | 111111 |
Color Harmonies of #C281B7
Complementary color
Monochromatic Colors of #C281B7
Black with #C281B7
Text Example
Text Example
White with #C281B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C281B7; }
p { color: rgb(194,129,183); }
H1.HeaderClassName
{
color: #C281B7;
}
.AnyTagClassName
{
color: #C281B7;
}
</style>
background-color css
<style>
a { background-color: #C281B7; }
a { background-color: rgb(194,129,183); }
div.DivClassName
{
background-color: #C281B7;
}
.BgClassName
{
background-color: #C281B7;
}
</style>
border-color css
<style>
span { border-color: #C281B7; }
span { border-color: rgb(194,129,183); }
td.TdClassName
{
border-color: #C281B7;
}
.TagClassName
{
border-color: #C281B7;
}
</style>