Shades of London Hue #C381BE
Tints of London Hue #C381BE
RGB
CMYK
RGB Variations
Color information
#C381BE (or 0xC381BE) is known color: London Hue. HEX triplet: C3, 81 and BE. RGB value is (195,129,190). Sum of RGB (Red+Green+Blue) = 195+129+190=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 129 (50.78% from 255 or 25.10% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 195 - color contains mainly: red. Hex color #C381BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C381BE is #3C7E41. Grayscale: #9B9B9B. Windows color (decimal): -3964482 or 12485059. OLE color: 12485059.
HSL color Cylindrical-coordinate representation of color #C381BE: hue angle of 304.55º 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 #C381BE is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 129 | 190 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.24 |
| HSL | 304.55º | 0.35% | 0.64% | - |
| HSV(B) | 304.55º | 0.34% | 0.76% | - |
| XYZ | 39.65 | 31.02 | 52.61 | - |
| YUV | 155.69 | 147.37 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 129 | 190 | 0 | 0.34 | 0.03 | 0.24 | 304.55 | 0.35 | 0.64 |
| Hex | C3 | 81 | BE | 0 | 22 | 3 | 18 | 131 | 23 | 40 |
| Octal | 303 | 201 | 276 | 0 | 42 | 3 | 30 | 461 | 43 | 100 |
| Binary | 11000011 | 10000001 | 10111110 | 0 | 100010 | 11 | 11000 | 100110001 | 100011 | 1000000 |
Color Harmonies of #C381BE
Complementary color
Monochromatic Colors of #C381BE
Black with #C381BE
Text Example
Text Example
White with #C381BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C381BE; }
p { color: rgb(195,129,190); }
H1.HeaderClassName
{
color: #C381BE;
}
.AnyTagClassName
{
color: #C381BE;
}
</style>
background-color css
<style>
a { background-color: #C381BE; }
a { background-color: rgb(195,129,190); }
div.DivClassName
{
background-color: #C381BE;
}
.BgClassName
{
background-color: #C381BE;
}
</style>
border-color css
<style>
span { border-color: #C381BE; }
span { border-color: rgb(195,129,190); }
td.TdClassName
{
border-color: #C381BE;
}
.TagClassName
{
border-color: #C381BE;
}
</style>