Shades of London Hue #C481B8
Tints of London Hue #C481B8
RGB
CMYK
RGB Variations
Color information
#C481B8 (or 0xC481B8) is known color: London Hue. HEX triplet: C4, 81 and B8. RGB value is (196,129,184). Sum of RGB (Red+Green+Blue) = 196+129+184=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 129 (50.78% from 255 or 25.34% from 509); Blue value is 184 (72.27% from 255 or 36.15% from 509); Max value from RGB is 196 - color contains mainly: red. Hex color #C481B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C481B8 is #3B7E47. Grayscale: #9B9B9B. Windows color (decimal): -3898952 or 12091844. OLE color: 12091844.
HSL color Cylindrical-coordinate representation of color #C481B8: hue angle of 310.75º 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 #C481B8 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 129 | 184 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.23 |
| HSL | 310.75º | 0.36% | 0.64% | - |
| HSV(B) | 310.75º | 0.34% | 0.77% | - |
| XYZ | 39.27 | 30.9 | 49.24 | - |
| YUV | 155.3 | 144.2 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 129 | 184 | 0 | 0.34 | 0.06 | 0.23 | 310.75 | 0.36 | 0.64 |
| Hex | C4 | 81 | B8 | 0 | 22 | 6 | 17 | 137 | 24 | 40 |
| Octal | 304 | 201 | 270 | 0 | 42 | 6 | 27 | 467 | 44 | 100 |
| Binary | 11000100 | 10000001 | 10111000 | 0 | 100010 | 110 | 10111 | 100110111 | 100100 | 1000000 |
Color Harmonies of #C481B8
Complementary color
Monochromatic Colors of #C481B8
Black with #C481B8
Text Example
Text Example
White with #C481B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C481B8; }
p { color: rgb(196,129,184); }
H1.HeaderClassName
{
color: #C481B8;
}
.AnyTagClassName
{
color: #C481B8;
}
</style>
background-color css
<style>
a { background-color: #C481B8; }
a { background-color: rgb(196,129,184); }
div.DivClassName
{
background-color: #C481B8;
}
.BgClassName
{
background-color: #C481B8;
}
</style>
border-color css
<style>
span { border-color: #C481B8; }
span { border-color: rgb(196,129,184); }
td.TdClassName
{
border-color: #C481B8;
}
.TagClassName
{
border-color: #C481B8;
}
</style>