Shades of London Hue #C274B2
Tints of London Hue #C274B2
RGB
CMYK
RGB Variations
Color information
#C274B2 (or 0xC274B2) is known color: London Hue. HEX triplet: C2, 74 and B2. RGB value is (194,116,178). Sum of RGB (Red+Green+Blue) = 194+116+178=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 116 (45.70% from 255 or 23.77% from 488); Blue value is 178 (69.92% from 255 or 36.48% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C274B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C274B2 is #3D8B4D. Grayscale: #929292. Windows color (decimal): -4033358 or 11695298. OLE color: 11695298.
HSL color Cylindrical-coordinate representation of color #C274B2: hue angle of 312.31º degrees, saturation: 0.39, 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 #C274B2 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 116 | 178 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.24 |
| HSL | 312.31º | 0.39% | 0.61% | - |
| HSV(B) | 312.31º | 0.4% | 0.76% | - |
| XYZ | 36.53 | 27.17 | 45.44 | - |
| YUV | 146.39 | 145.84 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 178 | 0 | 0.40 | 0.08 | 0.24 | 312.31 | 0.39 | 0.61 |
| Hex | C2 | 74 | B2 | 0 | 28 | 8 | 18 | 138 | 27 | 3D |
| Octal | 302 | 164 | 262 | 0 | 50 | 10 | 30 | 470 | 47 | 75 |
| Binary | 11000010 | 1110100 | 10110010 | 0 | 101000 | 1000 | 11000 | 100111000 | 100111 | 111101 |
Color Harmonies of #C274B2
Complementary color
Monochromatic Colors of #C274B2
Black with #C274B2
Text Example
Text Example
White with #C274B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C274B2; }
p { color: rgb(194,116,178); }
H1.HeaderClassName
{
color: #C274B2;
}
.AnyTagClassName
{
color: #C274B2;
}
</style>
background-color css
<style>
a { background-color: #C274B2; }
a { background-color: rgb(194,116,178); }
div.DivClassName
{
background-color: #C274B2;
}
.BgClassName
{
background-color: #C274B2;
}
</style>
border-color css
<style>
span { border-color: #C274B2; }
span { border-color: rgb(194,116,178); }
td.TdClassName
{
border-color: #C274B2;
}
.TagClassName
{
border-color: #C274B2;
}
</style>