Shades of London Hue #C174B2
Tints of London Hue #C174B2
RGB
CMYK
RGB Variations
Color information
#C174B2 (or 0xC174B2) is known color: London Hue. HEX triplet: C1, 74 and B2. RGB value is (193,116,178). Sum of RGB (Red+Green+Blue) = 193+116+178=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 116 (45.70% from 255 or 23.82% from 487); Blue value is 178 (69.92% from 255 or 36.55% from 487); Max value from RGB is 193 - color contains mainly: red. Hex color #C174B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C174B2 is #3E8B4D. Grayscale: #919191. Windows color (decimal): -4098894 or 11695297. OLE color: 11695297.
HSL color Cylindrical-coordinate representation of color #C174B2: hue angle of 311.69º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C174B2 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 116 | 178 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.24 |
| HSL | 311.69º | 0.38% | 0.61% | - |
| HSV(B) | 311.69º | 0.4% | 0.76% | - |
| XYZ | 36.27 | 27.04 | 45.43 | - |
| YUV | 146.09 | 146.01 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 116 | 178 | 0 | 0.40 | 0.08 | 0.24 | 311.69 | 0.38 | 0.61 |
| Hex | C1 | 74 | B2 | 0 | 28 | 8 | 18 | 138 | 26 | 3D |
| Octal | 301 | 164 | 262 | 0 | 50 | 10 | 30 | 470 | 46 | 75 |
| Binary | 11000001 | 1110100 | 10110010 | 0 | 101000 | 1000 | 11000 | 100111000 | 100110 | 111101 |
Color Harmonies of #C174B2
Complementary color
Monochromatic Colors of #C174B2
Black with #C174B2
Text Example
Text Example
White with #C174B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C174B2; }
p { color: rgb(193,116,178); }
H1.HeaderClassName
{
color: #C174B2;
}
.AnyTagClassName
{
color: #C174B2;
}
</style>
background-color css
<style>
a { background-color: #C174B2; }
a { background-color: rgb(193,116,178); }
div.DivClassName
{
background-color: #C174B2;
}
.BgClassName
{
background-color: #C174B2;
}
</style>
border-color css
<style>
span { border-color: #C174B2; }
span { border-color: rgb(193,116,178); }
td.TdClassName
{
border-color: #C174B2;
}
.TagClassName
{
border-color: #C174B2;
}
</style>