Shades of London Hue #C381B9
Tints of London Hue #C381B9
RGB
CMYK
RGB Variations
Color information
#C381B9 (or 0xC381B9) is known color: London Hue. HEX triplet: C3, 81 and B9. RGB value is (195,129,185). Sum of RGB (Red+Green+Blue) = 195+129+185=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 129 (50.78% from 255 or 25.34% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 195 - color contains mainly: red. Hex color #C381B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C381B9 is #3C7E46. Grayscale: #9A9A9A. Windows color (decimal): -3964487 or 12157379. OLE color: 12157379.
HSL color Cylindrical-coordinate representation of color #C381B9: hue angle of 309.09º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C381B9 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 129 | 185 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.24 |
| HSL | 309.09º | 0.35% | 0.64% | - |
| HSV(B) | 309.09º | 0.34% | 0.76% | - |
| XYZ | 39.11 | 30.81 | 49.78 | - |
| YUV | 155.12 | 144.87 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 129 | 185 | 0 | 0.34 | 0.05 | 0.24 | 309.09 | 0.35 | 0.64 |
| Hex | C3 | 81 | B9 | 0 | 22 | 5 | 18 | 135 | 23 | 40 |
| Octal | 303 | 201 | 271 | 0 | 42 | 5 | 30 | 465 | 43 | 100 |
| Binary | 11000011 | 10000001 | 10111001 | 0 | 100010 | 101 | 11000 | 100110101 | 100011 | 1000000 |
Color Harmonies of #C381B9
Complementary color
Monochromatic Colors of #C381B9
Black with #C381B9
Text Example
Text Example
White with #C381B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C381B9; }
p { color: rgb(195,129,185); }
H1.HeaderClassName
{
color: #C381B9;
}
.AnyTagClassName
{
color: #C381B9;
}
</style>
background-color css
<style>
a { background-color: #C381B9; }
a { background-color: rgb(195,129,185); }
div.DivClassName
{
background-color: #C381B9;
}
.BgClassName
{
background-color: #C381B9;
}
</style>
border-color css
<style>
span { border-color: #C381B9; }
span { border-color: rgb(195,129,185); }
td.TdClassName
{
border-color: #C381B9;
}
.TagClassName
{
border-color: #C381B9;
}
</style>