Shades of Hopbush #C271A3
Tints of Hopbush #C271A3
RGB
CMYK
RGB Variations
Color information
#C271A3 (or 0xC271A3) is known color: Hopbush. HEX triplet: C2, 71 and A3. RGB value is (194,113,163). Sum of RGB (Red+Green+Blue) = 194+113+163=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 163 (64.06% from 255 or 34.68% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C271A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C271A3 is #3D8E5C. Grayscale: #8E8E8E. Windows color (decimal): -4034141 or 10711490. OLE color: 10711490.
HSL color Cylindrical-coordinate representation of color #C271A3: hue angle of 322.96º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C271A3 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 113 | 163 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.24 |
| HSL | 322.96º | 0.4% | 0.6% | - |
| HSV(B) | 322.96º | 0.42% | 0.76% | - |
| XYZ | 34.76 | 25.92 | 37.82 | - |
| YUV | 142.92 | 139.34 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 113 | 163 | 0 | 0.42 | 0.16 | 0.24 | 322.96 | 0.4 | 0.6 |
| Hex | C2 | 71 | A3 | 0 | 2A | 10 | 18 | 143 | 28 | 3C |
| Octal | 302 | 161 | 243 | 0 | 52 | 20 | 30 | 503 | 50 | 74 |
| Binary | 11000010 | 1110001 | 10100011 | 0 | 101010 | 10000 | 11000 | 101000011 | 101000 | 111100 |
Color Harmonies of #C271A3
Complementary color
Monochromatic Colors of #C271A3
Black with #C271A3
Text Example
Text Example
White with #C271A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C271A3; }
p { color: rgb(194,113,163); }
H1.HeaderClassName
{
color: #C271A3;
}
.AnyTagClassName
{
color: #C271A3;
}
</style>
background-color css
<style>
a { background-color: #C271A3; }
a { background-color: rgb(194,113,163); }
div.DivClassName
{
background-color: #C271A3;
}
.BgClassName
{
background-color: #C271A3;
}
</style>
border-color css
<style>
span { border-color: #C271A3; }
span { border-color: rgb(194,113,163); }
td.TdClassName
{
border-color: #C271A3;
}
.TagClassName
{
border-color: #C271A3;
}
</style>