Shades of London Hue #C377B3
Tints of London Hue #C377B3
RGB
CMYK
RGB Variations
Color information
#C377B3 (or 0xC377B3) is known color: London Hue. HEX triplet: C3, 77 and B3. RGB value is (195,119,179). Sum of RGB (Red+Green+Blue) = 195+119+179=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 119 (46.88% from 255 or 24.14% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 195 - color contains mainly: red. Hex color #C377B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C377B3 is #3C884C. Grayscale: #949494. Windows color (decimal): -3967053 or 11761603. OLE color: 11761603.
HSL color Cylindrical-coordinate representation of color #C377B3: hue angle of 312.63º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C377B3 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 119 | 179 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.24 |
| HSL | 312.63º | 0.39% | 0.62% | - |
| HSV(B) | 312.63º | 0.39% | 0.76% | - |
| XYZ | 37.24 | 28.05 | 46.1 | - |
| YUV | 148.56 | 145.18 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 179 | 0 | 0.39 | 0.08 | 0.24 | 312.63 | 0.39 | 0.62 |
| Hex | C3 | 77 | B3 | 0 | 27 | 8 | 18 | 139 | 27 | 3E |
| Octal | 303 | 167 | 263 | 0 | 47 | 10 | 30 | 471 | 47 | 76 |
| Binary | 11000011 | 1110111 | 10110011 | 0 | 100111 | 1000 | 11000 | 100111001 | 100111 | 111110 |
Color Harmonies of #C377B3
Complementary color
Monochromatic Colors of #C377B3
Black with #C377B3
Text Example
Text Example
White with #C377B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C377B3; }
p { color: rgb(195,119,179); }
H1.HeaderClassName
{
color: #C377B3;
}
.AnyTagClassName
{
color: #C377B3;
}
</style>
background-color css
<style>
a { background-color: #C377B3; }
a { background-color: rgb(195,119,179); }
div.DivClassName
{
background-color: #C377B3;
}
.BgClassName
{
background-color: #C377B3;
}
</style>
border-color css
<style>
span { border-color: #C377B3; }
span { border-color: rgb(195,119,179); }
td.TdClassName
{
border-color: #C377B3;
}
.TagClassName
{
border-color: #C377B3;
}
</style>