Shades of London Hue #C481BE
Tints of London Hue #C481BE
RGB
CMYK
RGB Variations
Color information
#C481BE (or 0xC481BE) is known color: London Hue. HEX triplet: C4, 81 and BE. RGB value is (196,129,190). Sum of RGB (Red+Green+Blue) = 196+129+190=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 129 (50.78% from 255 or 25.05% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 196 - color contains mainly: red. Hex color #C481BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C481BE is #3B7E41. Grayscale: #9B9B9B. Windows color (decimal): -3898946 or 12485060. OLE color: 12485060.
HSL color Cylindrical-coordinate representation of color #C481BE: hue angle of 305.37º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C481BE is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 129 | 190 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.23 |
| HSL | 305.37º | 0.36% | 0.64% | - |
| HSV(B) | 305.37º | 0.34% | 0.77% | - |
| XYZ | 39.91 | 31.15 | 52.63 | - |
| YUV | 155.99 | 147.2 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 129 | 190 | 0 | 0.34 | 0.03 | 0.23 | 305.37 | 0.36 | 0.64 |
| Hex | C4 | 81 | BE | 0 | 22 | 3 | 17 | 131 | 24 | 40 |
| Octal | 304 | 201 | 276 | 0 | 42 | 3 | 27 | 461 | 44 | 100 |
| Binary | 11000100 | 10000001 | 10111110 | 0 | 100010 | 11 | 10111 | 100110001 | 100100 | 1000000 |
Color Harmonies of #C481BE
Complementary color
Monochromatic Colors of #C481BE
Black with #C481BE
Text Example
Text Example
White with #C481BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C481BE; }
p { color: rgb(196,129,190); }
H1.HeaderClassName
{
color: #C481BE;
}
.AnyTagClassName
{
color: #C481BE;
}
</style>
background-color css
<style>
a { background-color: #C481BE; }
a { background-color: rgb(196,129,190); }
div.DivClassName
{
background-color: #C481BE;
}
.BgClassName
{
background-color: #C481BE;
}
</style>
border-color css
<style>
span { border-color: #C481BE; }
span { border-color: rgb(196,129,190); }
td.TdClassName
{
border-color: #C481BE;
}
.TagClassName
{
border-color: #C481BE;
}
</style>