Shades of London Hue #C281B9
Tints of London Hue #C281B9
RGB
CMYK
RGB Variations
Color information
#C281B9 (or 0xC281B9) is known color: London Hue. HEX triplet: C2, 81 and B9. RGB value is (194,129,185). Sum of RGB (Red+Green+Blue) = 194+129+185=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 185 (72.66% from 255 or 36.42% from 508); Max value from RGB is 194 - color contains mainly: red. Hex color #C281B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C281B9 is #3D7E46. Grayscale: #9A9A9A. Windows color (decimal): -4030023 or 12157378. OLE color: 12157378.
HSL color Cylindrical-coordinate representation of color #C281B9: hue angle of 308.31º 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 #C281B9 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 129 | 185 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.24 |
| HSL | 308.31º | 0.35% | 0.63% | - |
| HSV(B) | 308.31º | 0.34% | 0.76% | - |
| XYZ | 38.86 | 30.67 | 49.77 | - |
| YUV | 154.82 | 145.03 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 185 | 0 | 0.34 | 0.05 | 0.24 | 308.31 | 0.35 | 0.63 |
| Hex | C2 | 81 | B9 | 0 | 22 | 5 | 18 | 134 | 23 | 3F |
| Octal | 302 | 201 | 271 | 0 | 42 | 5 | 30 | 464 | 43 | 77 |
| Binary | 11000010 | 10000001 | 10111001 | 0 | 100010 | 101 | 11000 | 100110100 | 100011 | 111111 |
Color Harmonies of #C281B9
Complementary color
Monochromatic Colors of #C281B9
Black with #C281B9
Text Example
Text Example
White with #C281B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C281B9; }
p { color: rgb(194,129,185); }
H1.HeaderClassName
{
color: #C281B9;
}
.AnyTagClassName
{
color: #C281B9;
}
</style>
background-color css
<style>
a { background-color: #C281B9; }
a { background-color: rgb(194,129,185); }
div.DivClassName
{
background-color: #C281B9;
}
.BgClassName
{
background-color: #C281B9;
}
</style>
border-color css
<style>
span { border-color: #C281B9; }
span { border-color: rgb(194,129,185); }
td.TdClassName
{
border-color: #C281B9;
}
.TagClassName
{
border-color: #C281B9;
}
</style>