Shades of London Hue #C581BE
Tints of London Hue #C581BE
RGB
CMYK
RGB Variations
Color information
#C581BE (or 0xC581BE) is known color: London Hue. HEX triplet: C5, 81 and BE. RGB value is (197,129,190). Sum of RGB (Red+Green+Blue) = 197+129+190=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 129 (50.78% from 255 or 25% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 197 - color contains mainly: red. Hex color #C581BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C581BE is #3A7E41. Grayscale: #9C9C9C. Windows color (decimal): -3833410 or 12485061. OLE color: 12485061.
HSL color Cylindrical-coordinate representation of color #C581BE: hue angle of 306.18º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C581BE is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 129 | 190 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.23 |
| HSL | 306.18º | 0.37% | 0.64% | - |
| HSV(B) | 306.18º | 0.35% | 0.77% | - |
| XYZ | 40.17 | 31.29 | 52.64 | - |
| YUV | 156.29 | 147.03 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 129 | 190 | 0 | 0.35 | 0.04 | 0.23 | 306.18 | 0.37 | 0.64 |
| Hex | C5 | 81 | BE | 0 | 23 | 4 | 17 | 132 | 25 | 40 |
| Octal | 305 | 201 | 276 | 0 | 43 | 4 | 27 | 462 | 45 | 100 |
| Binary | 11000101 | 10000001 | 10111110 | 0 | 100011 | 100 | 10111 | 100110010 | 100101 | 1000000 |
Color Harmonies of #C581BE
Complementary color
Monochromatic Colors of #C581BE
Black with #C581BE
Text Example
Text Example
White with #C581BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C581BE; }
p { color: rgb(197,129,190); }
H1.HeaderClassName
{
color: #C581BE;
}
.AnyTagClassName
{
color: #C581BE;
}
</style>
background-color css
<style>
a { background-color: #C581BE; }
a { background-color: rgb(197,129,190); }
div.DivClassName
{
background-color: #C581BE;
}
.BgClassName
{
background-color: #C581BE;
}
</style>
border-color css
<style>
span { border-color: #C581BE; }
span { border-color: rgb(197,129,190); }
td.TdClassName
{
border-color: #C581BE;
}
.TagClassName
{
border-color: #C581BE;
}
</style>