Shades of London Hue #C483BC
Tints of London Hue #C483BC
RGB
CMYK
RGB Variations
Color information
#C483BC (or 0xC483BC) is known color: London Hue. HEX triplet: C4, 83 and BC. RGB value is (196,131,188). Sum of RGB (Red+Green+Blue) = 196+131+188=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 131 (51.56% from 255 or 25.44% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 196 - color contains mainly: red. Hex color #C483BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C483BC is #3B7C43. Grayscale: #9C9C9C. Windows color (decimal): -3898436 or 12354500. OLE color: 12354500.
HSL color Cylindrical-coordinate representation of color #C483BC: hue angle of 307.38º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C483BC is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 131 | 188 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.23 |
| HSL | 307.38º | 0.36% | 0.64% | - |
| HSV(B) | 307.38º | 0.33% | 0.77% | - |
| XYZ | 39.96 | 31.6 | 51.57 | - |
| YUV | 156.93 | 145.53 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 131 | 188 | 0 | 0.33 | 0.04 | 0.23 | 307.38 | 0.36 | 0.64 |
| Hex | C4 | 83 | BC | 0 | 21 | 4 | 17 | 133 | 24 | 40 |
| Octal | 304 | 203 | 274 | 0 | 41 | 4 | 27 | 463 | 44 | 100 |
| Binary | 11000100 | 10000011 | 10111100 | 0 | 100001 | 100 | 10111 | 100110011 | 100100 | 1000000 |
Color Harmonies of #C483BC
Complementary color
Monochromatic Colors of #C483BC
Black with #C483BC
Text Example
Text Example
White with #C483BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C483BC; }
p { color: rgb(196,131,188); }
H1.HeaderClassName
{
color: #C483BC;
}
.AnyTagClassName
{
color: #C483BC;
}
</style>
background-color css
<style>
a { background-color: #C483BC; }
a { background-color: rgb(196,131,188); }
div.DivClassName
{
background-color: #C483BC;
}
.BgClassName
{
background-color: #C483BC;
}
</style>
border-color css
<style>
span { border-color: #C483BC; }
span { border-color: rgb(196,131,188); }
td.TdClassName
{
border-color: #C483BC;
}
.TagClassName
{
border-color: #C483BC;
}
</style>