Shades of London Hue #C481B3
Tints of London Hue #C481B3
RGB
CMYK
RGB Variations
Color information
#C481B3 (or 0xC481B3) is known color: London Hue. HEX triplet: C4, 81 and B3. RGB value is (196,129,179). Sum of RGB (Red+Green+Blue) = 196+129+179=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 129 (50.78% from 255 or 25.60% from 504); Blue value is 179 (70.31% from 255 or 35.52% from 504); Max value from RGB is 196 - color contains mainly: red. Hex color #C481B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C481B3 is #3B7E4C. Grayscale: #9A9A9A. Windows color (decimal): -3898957 or 11764164. OLE color: 11764164.
HSL color Cylindrical-coordinate representation of color #C481B3: hue angle of 315.22º 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 #C481B3 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 129 | 179 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.23 |
| HSL | 315.22º | 0.36% | 0.64% | - |
| HSV(B) | 315.22º | 0.34% | 0.77% | - |
| XYZ | 38.75 | 30.69 | 46.53 | - |
| YUV | 154.73 | 141.7 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 129 | 179 | 0 | 0.34 | 0.09 | 0.23 | 315.22 | 0.36 | 0.64 |
| Hex | C4 | 81 | B3 | 0 | 22 | 9 | 17 | 13B | 24 | 40 |
| Octal | 304 | 201 | 263 | 0 | 42 | 11 | 27 | 473 | 44 | 100 |
| Binary | 11000100 | 10000001 | 10110011 | 0 | 100010 | 1001 | 10111 | 100111011 | 100100 | 1000000 |
Color Harmonies of #C481B3
Complementary color
Monochromatic Colors of #C481B3
Black with #C481B3
Text Example
Text Example
White with #C481B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C481B3; }
p { color: rgb(196,129,179); }
H1.HeaderClassName
{
color: #C481B3;
}
.AnyTagClassName
{
color: #C481B3;
}
</style>
background-color css
<style>
a { background-color: #C481B3; }
a { background-color: rgb(196,129,179); }
div.DivClassName
{
background-color: #C481B3;
}
.BgClassName
{
background-color: #C481B3;
}
</style>
border-color css
<style>
span { border-color: #C481B3; }
span { border-color: rgb(196,129,179); }
td.TdClassName
{
border-color: #C481B3;
}
.TagClassName
{
border-color: #C481B3;
}
</style>