Shades of London Hue #C481BC
Tints of London Hue #C481BC
RGB
CMYK
RGB Variations
Color information
#C481BC (or 0xC481BC) is known color: London Hue. HEX triplet: C4, 81 and BC. RGB value is (196,129,188). Sum of RGB (Red+Green+Blue) = 196+129+188=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 196 - color contains mainly: red. Hex color #C481BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C481BC is #3B7E43. Grayscale: #9B9B9B. Windows color (decimal): -3898948 or 12353988. OLE color: 12353988.
HSL color Cylindrical-coordinate representation of color #C481BC: hue angle of 307.16º 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 #C481BC is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 129 | 188 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.23 |
| HSL | 307.16º | 0.36% | 0.64% | - |
| HSV(B) | 307.16º | 0.34% | 0.77% | - |
| XYZ | 39.69 | 31.07 | 51.48 | - |
| YUV | 155.76 | 146.2 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 129 | 188 | 0 | 0.34 | 0.04 | 0.23 | 307.16 | 0.36 | 0.64 |
| Hex | C4 | 81 | BC | 0 | 22 | 4 | 17 | 133 | 24 | 40 |
| Octal | 304 | 201 | 274 | 0 | 42 | 4 | 27 | 463 | 44 | 100 |
| Binary | 11000100 | 10000001 | 10111100 | 0 | 100010 | 100 | 10111 | 100110011 | 100100 | 1000000 |
Color Harmonies of #C481BC
Complementary color
Monochromatic Colors of #C481BC
Black with #C481BC
Text Example
Text Example
White with #C481BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C481BC; }
p { color: rgb(196,129,188); }
H1.HeaderClassName
{
color: #C481BC;
}
.AnyTagClassName
{
color: #C481BC;
}
</style>
background-color css
<style>
a { background-color: #C481BC; }
a { background-color: rgb(196,129,188); }
div.DivClassName
{
background-color: #C481BC;
}
.BgClassName
{
background-color: #C481BC;
}
</style>
border-color css
<style>
span { border-color: #C481BC; }
span { border-color: rgb(196,129,188); }
td.TdClassName
{
border-color: #C481BC;
}
.TagClassName
{
border-color: #C481BC;
}
</style>