Shades of Hopbush #C262A1
Tints of Hopbush #C262A1
RGB
CMYK
RGB Variations
Color information
#C262A1 (or 0xC262A1) is known color: Hopbush. HEX triplet: C2, 62 and A1. RGB value is (194,98,161). Sum of RGB (Red+Green+Blue) = 194+98+161=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 161 (63.28% from 255 or 35.54% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C262A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C262A1 is #3D9D5E. Grayscale: #858585. Windows color (decimal): -4037983 or 10576578. OLE color: 10576578.
HSL color Cylindrical-coordinate representation of color #C262A1: hue angle of 320.62º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C262A1 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 98 | 161 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.24 |
| HSL | 320.63º | 0.44% | 0.57% | - |
| HSV(B) | 320.63º | 0.49% | 0.76% | - |
| XYZ | 33.05 | 22.78 | 36.37 | - |
| YUV | 133.89 | 143.3 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 161 | 0 | 0.49 | 0.17 | 0.24 | 320.63 | 0.44 | 0.57 |
| Hex | C2 | 62 | A1 | 0 | 31 | 11 | 18 | 141 | 2C | 39 |
| Octal | 302 | 142 | 241 | 0 | 61 | 21 | 30 | 501 | 54 | 71 |
| Binary | 11000010 | 1100010 | 10100001 | 0 | 110001 | 10001 | 11000 | 101000001 | 101100 | 111001 |
Color Harmonies of #C262A1
Complementary color
Monochromatic Colors of #C262A1
Black with #C262A1
Text Example
Text Example
White with #C262A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C262A1; }
p { color: rgb(194,98,161); }
H1.HeaderClassName
{
color: #C262A1;
}
.AnyTagClassName
{
color: #C262A1;
}
</style>
background-color css
<style>
a { background-color: #C262A1; }
a { background-color: rgb(194,98,161); }
div.DivClassName
{
background-color: #C262A1;
}
.BgClassName
{
background-color: #C262A1;
}
</style>
border-color css
<style>
span { border-color: #C262A1; }
span { border-color: rgb(194,98,161); }
td.TdClassName
{
border-color: #C262A1;
}
.TagClassName
{
border-color: #C262A1;
}
</style>