Shades of Hopbush #C273A2
Tints of Hopbush #C273A2
RGB
CMYK
RGB Variations
Color information
#C273A2 (or 0xC273A2) is known color: Hopbush. HEX triplet: C2, 73 and A2. RGB value is (194,115,162). Sum of RGB (Red+Green+Blue) = 194+115+162=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 115 (45.31% from 255 or 24.42% from 471); Blue value is 162 (63.67% from 255 or 34.39% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C273A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C273A2 is #3D8C5D. Grayscale: #8F8F8F. Windows color (decimal): -4033630 or 10646466. OLE color: 10646466.
HSL color Cylindrical-coordinate representation of color #C273A2: hue angle of 324.3º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C273A2 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 115 | 162 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.24 |
| HSL | 324.3º | 0.39% | 0.61% | - |
| HSV(B) | 324.3º | 0.41% | 0.76% | - |
| XYZ | 34.9 | 26.34 | 37.43 | - |
| YUV | 143.98 | 138.17 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 162 | 0 | 0.41 | 0.16 | 0.24 | 324.3 | 0.39 | 0.61 |
| Hex | C2 | 73 | A2 | 0 | 29 | 10 | 18 | 144 | 27 | 3D |
| Octal | 302 | 163 | 242 | 0 | 51 | 20 | 30 | 504 | 47 | 75 |
| Binary | 11000010 | 1110011 | 10100010 | 0 | 101001 | 10000 | 11000 | 101000100 | 100111 | 111101 |
Color Harmonies of #C273A2
Complementary color
Monochromatic Colors of #C273A2
Black with #C273A2
Text Example
Text Example
White with #C273A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C273A2; }
p { color: rgb(194,115,162); }
H1.HeaderClassName
{
color: #C273A2;
}
.AnyTagClassName
{
color: #C273A2;
}
</style>
background-color css
<style>
a { background-color: #C273A2; }
a { background-color: rgb(194,115,162); }
div.DivClassName
{
background-color: #C273A2;
}
.BgClassName
{
background-color: #C273A2;
}
</style>
border-color css
<style>
span { border-color: #C273A2; }
span { border-color: rgb(194,115,162); }
td.TdClassName
{
border-color: #C273A2;
}
.TagClassName
{
border-color: #C273A2;
}
</style>