Shades of Hopbush #C172A1
Tints of Hopbush #C172A1
RGB
CMYK
RGB Variations
Color information
#C172A1 (or 0xC172A1) is known color: Hopbush. HEX triplet: C1, 72 and A1. RGB value is (193,114,161). Sum of RGB (Red+Green+Blue) = 193+114+161=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 114 (44.92% from 255 or 24.36% from 468); Blue value is 161 (63.28% from 255 or 34.40% from 468); Max value from RGB is 193 - color contains mainly: red. Hex color #C172A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C172A1 is #3E8D5E. Grayscale: #8E8E8E. Windows color (decimal): -4099423 or 10580673. OLE color: 10580673.
HSL color Cylindrical-coordinate representation of color #C172A1: hue angle of 324.3º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C172A1 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 114 | 161 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.24 |
| HSL | 324.3º | 0.39% | 0.6% | - |
| HSV(B) | 324.3º | 0.41% | 0.76% | - |
| XYZ | 34.44 | 25.95 | 36.91 | - |
| YUV | 142.98 | 138.17 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 114 | 161 | 0 | 0.41 | 0.17 | 0.24 | 324.3 | 0.39 | 0.6 |
| Hex | C1 | 72 | A1 | 0 | 29 | 11 | 18 | 144 | 27 | 3C |
| Octal | 301 | 162 | 241 | 0 | 51 | 21 | 30 | 504 | 47 | 74 |
| Binary | 11000001 | 1110010 | 10100001 | 0 | 101001 | 10001 | 11000 | 101000100 | 100111 | 111100 |
Color Harmonies of #C172A1
Complementary color
Monochromatic Colors of #C172A1
Black with #C172A1
Text Example
Text Example
White with #C172A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C172A1; }
p { color: rgb(193,114,161); }
H1.HeaderClassName
{
color: #C172A1;
}
.AnyTagClassName
{
color: #C172A1;
}
</style>
background-color css
<style>
a { background-color: #C172A1; }
a { background-color: rgb(193,114,161); }
div.DivClassName
{
background-color: #C172A1;
}
.BgClassName
{
background-color: #C172A1;
}
</style>
border-color css
<style>
span { border-color: #C172A1; }
span { border-color: rgb(193,114,161); }
td.TdClassName
{
border-color: #C172A1;
}
.TagClassName
{
border-color: #C172A1;
}
</style>