Shades of London Hue #C383BC
Tints of London Hue #C383BC
RGB
CMYK
RGB Variations
Color information
#C383BC (or 0xC383BC) is known color: London Hue. HEX triplet: C3, 83 and BC. RGB value is (195,131,188). Sum of RGB (Red+Green+Blue) = 195+131+188=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 131 (51.56% from 255 or 25.49% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 195 - color contains mainly: red. Hex color #C383BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C383BC is #3C7C43. Grayscale: #9C9C9C. Windows color (decimal): -3963972 or 12354499. OLE color: 12354499.
HSL color Cylindrical-coordinate representation of color #C383BC: hue angle of 306.56º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C383BC is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 131 | 188 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.24 |
| HSL | 306.56º | 0.35% | 0.64% | - |
| HSV(B) | 306.56º | 0.33% | 0.76% | - |
| XYZ | 39.7 | 31.47 | 51.56 | - |
| YUV | 156.63 | 145.7 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 131 | 188 | 0 | 0.33 | 0.04 | 0.24 | 306.56 | 0.35 | 0.64 |
| Hex | C3 | 83 | BC | 0 | 21 | 4 | 18 | 133 | 23 | 40 |
| Octal | 303 | 203 | 274 | 0 | 41 | 4 | 30 | 463 | 43 | 100 |
| Binary | 11000011 | 10000011 | 10111100 | 0 | 100001 | 100 | 11000 | 100110011 | 100011 | 1000000 |
Color Harmonies of #C383BC
Complementary color
Monochromatic Colors of #C383BC
Black with #C383BC
Text Example
Text Example
White with #C383BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C383BC; }
p { color: rgb(195,131,188); }
H1.HeaderClassName
{
color: #C383BC;
}
.AnyTagClassName
{
color: #C383BC;
}
</style>
background-color css
<style>
a { background-color: #C383BC; }
a { background-color: rgb(195,131,188); }
div.DivClassName
{
background-color: #C383BC;
}
.BgClassName
{
background-color: #C383BC;
}
</style>
border-color css
<style>
span { border-color: #C383BC; }
span { border-color: rgb(195,131,188); }
td.TdClassName
{
border-color: #C383BC;
}
.TagClassName
{
border-color: #C383BC;
}
</style>