Shades of Hopbush #C062A1
Tints of Hopbush #C062A1
RGB
CMYK
RGB Variations
Color information
#C062A1 (or 0xC062A1) is known color: Hopbush. HEX triplet: C0, 62 and A1. RGB value is (192,98,161). Sum of RGB (Red+Green+Blue) = 192+98+161=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 98 (38.67% from 255 or 21.73% from 451); Blue value is 161 (63.28% from 255 or 35.70% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C062A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C062A1 is #3F9D5E. Grayscale: #858585. Windows color (decimal): -4169055 or 10576576. OLE color: 10576576.
HSL color Cylindrical-coordinate representation of color #C062A1: hue angle of 319.79º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C062A1 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 98 | 161 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.25 |
| HSL | 319.79º | 0.43% | 0.57% | - |
| HSV(B) | 319.79º | 0.49% | 0.75% | - |
| XYZ | 32.54 | 22.52 | 36.35 | - |
| YUV | 133.29 | 143.64 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 98 | 161 | 0 | 0.49 | 0.16 | 0.25 | 319.79 | 0.43 | 0.57 |
| Hex | C0 | 62 | A1 | 0 | 31 | 10 | 19 | 140 | 2B | 39 |
| Octal | 300 | 142 | 241 | 0 | 61 | 20 | 31 | 500 | 53 | 71 |
| Binary | 11000000 | 1100010 | 10100001 | 0 | 110001 | 10000 | 11001 | 101000000 | 101011 | 111001 |
Color Harmonies of #C062A1
Complementary color
Monochromatic Colors of #C062A1
Black with #C062A1
Text Example
Text Example
White with #C062A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C062A1; }
p { color: rgb(192,98,161); }
H1.HeaderClassName
{
color: #C062A1;
}
.AnyTagClassName
{
color: #C062A1;
}
</style>
background-color css
<style>
a { background-color: #C062A1; }
a { background-color: rgb(192,98,161); }
div.DivClassName
{
background-color: #C062A1;
}
.BgClassName
{
background-color: #C062A1;
}
</style>
border-color css
<style>
span { border-color: #C062A1; }
span { border-color: rgb(192,98,161); }
td.TdClassName
{
border-color: #C062A1;
}
.TagClassName
{
border-color: #C062A1;
}
</style>