Shades of London Hue #C281BC
Tints of London Hue #C281BC
RGB
CMYK
RGB Variations
Color information
#C281BC (or 0xC281BC) is known color: London Hue. HEX triplet: C2, 81 and BC. RGB value is (194,129,188). Sum of RGB (Red+Green+Blue) = 194+129+188=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 129 (50.78% from 255 or 25.24% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 194 - color contains mainly: red. Hex color #C281BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C281BC is #3D7E43. Grayscale: #9A9A9A. Windows color (decimal): -4030020 or 12353986. OLE color: 12353986.
HSL color Cylindrical-coordinate representation of color #C281BC: hue angle of 305.54º 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 #C281BC is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 129 | 188 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.24 |
| HSL | 305.54º | 0.35% | 0.63% | - |
| HSV(B) | 305.54º | 0.34% | 0.76% | - |
| XYZ | 39.18 | 30.8 | 51.46 | - |
| YUV | 155.16 | 146.53 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 188 | 0 | 0.34 | 0.03 | 0.24 | 305.54 | 0.35 | 0.63 |
| Hex | C2 | 81 | BC | 0 | 22 | 3 | 18 | 132 | 23 | 3F |
| Octal | 302 | 201 | 274 | 0 | 42 | 3 | 30 | 462 | 43 | 77 |
| Binary | 11000010 | 10000001 | 10111100 | 0 | 100010 | 11 | 11000 | 100110010 | 100011 | 111111 |
Color Harmonies of #C281BC
Complementary color
Monochromatic Colors of #C281BC
Black with #C281BC
Text Example
Text Example
White with #C281BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C281BC; }
p { color: rgb(194,129,188); }
H1.HeaderClassName
{
color: #C281BC;
}
.AnyTagClassName
{
color: #C281BC;
}
</style>
background-color css
<style>
a { background-color: #C281BC; }
a { background-color: rgb(194,129,188); }
div.DivClassName
{
background-color: #C281BC;
}
.BgClassName
{
background-color: #C281BC;
}
</style>
border-color css
<style>
span { border-color: #C281BC; }
span { border-color: rgb(194,129,188); }
td.TdClassName
{
border-color: #C281BC;
}
.TagClassName
{
border-color: #C281BC;
}
</style>