Shades of Hopbush #C270A1
Tints of Hopbush #C270A1
RGB
CMYK
RGB Variations
Color information
#C270A1 (or 0xC270A1) is known color: Hopbush. HEX triplet: C2, 70 and A1. RGB value is (194,112,161). Sum of RGB (Red+Green+Blue) = 194+112+161=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 161 (63.28% from 255 or 34.48% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C270A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C270A1 is #3D8F5E. Grayscale: #8D8D8D. Windows color (decimal): -4034399 or 10580162. OLE color: 10580162.
HSL color Cylindrical-coordinate representation of color #C270A1: hue angle of 324.15º 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 #C270A1 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 112 | 161 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.24 |
| HSL | 324.15º | 0.4% | 0.6% | - |
| HSV(B) | 324.15º | 0.42% | 0.76% | - |
| XYZ | 34.48 | 25.63 | 36.85 | - |
| YUV | 142.1 | 138.67 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 112 | 161 | 0 | 0.42 | 0.17 | 0.24 | 324.15 | 0.4 | 0.6 |
| Hex | C2 | 70 | A1 | 0 | 2A | 11 | 18 | 144 | 28 | 3C |
| Octal | 302 | 160 | 241 | 0 | 52 | 21 | 30 | 504 | 50 | 74 |
| Binary | 11000010 | 1110000 | 10100001 | 0 | 101010 | 10001 | 11000 | 101000100 | 101000 | 111100 |
Color Harmonies of #C270A1
Complementary color
Monochromatic Colors of #C270A1
Black with #C270A1
Text Example
Text Example
White with #C270A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C270A1; }
p { color: rgb(194,112,161); }
H1.HeaderClassName
{
color: #C270A1;
}
.AnyTagClassName
{
color: #C270A1;
}
</style>
background-color css
<style>
a { background-color: #C270A1; }
a { background-color: rgb(194,112,161); }
div.DivClassName
{
background-color: #C270A1;
}
.BgClassName
{
background-color: #C270A1;
}
</style>
border-color css
<style>
span { border-color: #C270A1; }
span { border-color: rgb(194,112,161); }
td.TdClassName
{
border-color: #C270A1;
}
.TagClassName
{
border-color: #C270A1;
}
</style>