Shades of London Hue #C381BC
Tints of London Hue #C381BC
RGB
CMYK
RGB Variations
Color information
#C381BC (or 0xC381BC) is known color: London Hue. HEX triplet: C3, 81 and BC. RGB value is (195,129,188). Sum of RGB (Red+Green+Blue) = 195+129+188=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 129 (50.78% from 255 or 25.20% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 195 - color contains mainly: red. Hex color #C381BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C381BC is #3C7E43. Grayscale: #9B9B9B. Windows color (decimal): -3964484 or 12353987. OLE color: 12353987.
HSL color Cylindrical-coordinate representation of color #C381BC: hue angle of 306.36º 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 #C381BC is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 129 | 188 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.24 |
| HSL | 306.36º | 0.35% | 0.64% | - |
| HSV(B) | 306.36º | 0.34% | 0.76% | - |
| XYZ | 39.43 | 30.93 | 51.47 | - |
| YUV | 155.46 | 146.37 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 129 | 188 | 0 | 0.34 | 0.04 | 0.24 | 306.36 | 0.35 | 0.64 |
| Hex | C3 | 81 | BC | 0 | 22 | 4 | 18 | 132 | 23 | 40 |
| Octal | 303 | 201 | 274 | 0 | 42 | 4 | 30 | 462 | 43 | 100 |
| Binary | 11000011 | 10000001 | 10111100 | 0 | 100010 | 100 | 11000 | 100110010 | 100011 | 1000000 |
Color Harmonies of #C381BC
Complementary color
Monochromatic Colors of #C381BC
Black with #C381BC
Text Example
Text Example
White with #C381BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C381BC; }
p { color: rgb(195,129,188); }
H1.HeaderClassName
{
color: #C381BC;
}
.AnyTagClassName
{
color: #C381BC;
}
</style>
background-color css
<style>
a { background-color: #C381BC; }
a { background-color: rgb(195,129,188); }
div.DivClassName
{
background-color: #C381BC;
}
.BgClassName
{
background-color: #C381BC;
}
</style>
border-color css
<style>
span { border-color: #C381BC; }
span { border-color: rgb(195,129,188); }
td.TdClassName
{
border-color: #C381BC;
}
.TagClassName
{
border-color: #C381BC;
}
</style>