Shades of London Hue #C27FB9
Tints of London Hue #C27FB9
RGB
CMYK
RGB Variations
Color information
#C27FB9 (or 0xC27FB9) is known color: London Hue. HEX triplet: C2, 7F and B9. RGB value is (194,127,185). Sum of RGB (Red+Green+Blue) = 194+127+185=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 127 (50% from 255 or 25.10% from 506); Blue value is 185 (72.66% from 255 or 36.56% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C27FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27FB9 is #3D8046. Grayscale: #999999. Windows color (decimal): -4030535 or 12156866. OLE color: 12156866.
HSL color Cylindrical-coordinate representation of color #C27FB9: hue angle of 308.06º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C27FB9 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 127 | 185 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.24 |
| HSL | 308.06º | 0.35% | 0.63% | - |
| HSV(B) | 308.06º | 0.35% | 0.76% | - |
| XYZ | 38.59 | 30.15 | 49.68 | - |
| YUV | 153.65 | 145.7 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 127 | 185 | 0 | 0.35 | 0.05 | 0.24 | 308.06 | 0.35 | 0.63 |
| Hex | C2 | 7F | B9 | 0 | 23 | 5 | 18 | 134 | 23 | 3F |
| Octal | 302 | 177 | 271 | 0 | 43 | 5 | 30 | 464 | 43 | 77 |
| Binary | 11000010 | 1111111 | 10111001 | 0 | 100011 | 101 | 11000 | 100110100 | 100011 | 111111 |
Color Harmonies of #C27FB9
Complementary color
Monochromatic Colors of #C27FB9
Black with #C27FB9
Text Example
Text Example
White with #C27FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27FB9; }
p { color: rgb(194,127,185); }
H1.HeaderClassName
{
color: #C27FB9;
}
.AnyTagClassName
{
color: #C27FB9;
}
</style>
background-color css
<style>
a { background-color: #C27FB9; }
a { background-color: rgb(194,127,185); }
div.DivClassName
{
background-color: #C27FB9;
}
.BgClassName
{
background-color: #C27FB9;
}
</style>
border-color css
<style>
span { border-color: #C27FB9; }
span { border-color: rgb(194,127,185); }
td.TdClassName
{
border-color: #C27FB9;
}
.TagClassName
{
border-color: #C27FB9;
}
</style>