Shades of Hopbush #C064A1
Tints of Hopbush #C064A1
RGB
CMYK
RGB Variations
Color information
#C064A1 (or 0xC064A1) is known color: Hopbush. HEX triplet: C0, 64 and A1. RGB value is (192,100,161). Sum of RGB (Red+Green+Blue) = 192+100+161=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 100 (39.45% from 255 or 22.08% from 453); Blue value is 161 (63.28% from 255 or 35.54% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C064A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C064A1 is #3F9B5E. Grayscale: #868686. Windows color (decimal): -4168543 or 10577088. OLE color: 10577088.
HSL color Cylindrical-coordinate representation of color #C064A1: hue angle of 320.22º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C064A1 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 100 | 161 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.25 |
| HSL | 320.22º | 0.42% | 0.57% | - |
| HSV(B) | 320.22º | 0.48% | 0.75% | - |
| XYZ | 32.73 | 22.89 | 36.41 | - |
| YUV | 134.46 | 142.98 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 100 | 161 | 0 | 0.48 | 0.16 | 0.25 | 320.22 | 0.42 | 0.57 |
| Hex | C0 | 64 | A1 | 0 | 30 | 10 | 19 | 140 | 2A | 39 |
| Octal | 300 | 144 | 241 | 0 | 60 | 20 | 31 | 500 | 52 | 71 |
| Binary | 11000000 | 1100100 | 10100001 | 0 | 110000 | 10000 | 11001 | 101000000 | 101010 | 111001 |
Color Harmonies of #C064A1
Complementary color
Monochromatic Colors of #C064A1
Black with #C064A1
Text Example
Text Example
White with #C064A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C064A1; }
p { color: rgb(192,100,161); }
H1.HeaderClassName
{
color: #C064A1;
}
.AnyTagClassName
{
color: #C064A1;
}
</style>
background-color css
<style>
a { background-color: #C064A1; }
a { background-color: rgb(192,100,161); }
div.DivClassName
{
background-color: #C064A1;
}
.BgClassName
{
background-color: #C064A1;
}
</style>
border-color css
<style>
span { border-color: #C064A1; }
span { border-color: rgb(192,100,161); }
td.TdClassName
{
border-color: #C064A1;
}
.TagClassName
{
border-color: #C064A1;
}
</style>