Shades of Hopbush #C262A2
Tints of Hopbush #C262A2
RGB
CMYK
RGB Variations
Color information
#C262A2 (or 0xC262A2) is known color: Hopbush. HEX triplet: C2, 62 and A2. RGB value is (194,98,162). Sum of RGB (Red+Green+Blue) = 194+98+162=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 98 (38.67% from 255 or 21.59% from 454); Blue value is 162 (63.67% from 255 or 35.68% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C262A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C262A2 is #3D9D5D. Grayscale: #858585. Windows color (decimal): -4037982 or 10642114. OLE color: 10642114.
HSL color Cylindrical-coordinate representation of color #C262A2: hue angle of 320º 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 #C262A2 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 98 | 162 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.24 |
| HSL | 320º | 0.44% | 0.57% | - |
| HSV(B) | 320º | 0.49% | 0.76% | - |
| XYZ | 33.14 | 22.81 | 36.84 | - |
| YUV | 134 | 143.8 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 162 | 0 | 0.49 | 0.16 | 0.24 | 320 | 0.44 | 0.57 |
| Hex | C2 | 62 | A2 | 0 | 31 | 10 | 18 | 140 | 2C | 39 |
| Octal | 302 | 142 | 242 | 0 | 61 | 20 | 30 | 500 | 54 | 71 |
| Binary | 11000010 | 1100010 | 10100010 | 0 | 110001 | 10000 | 11000 | 101000000 | 101100 | 111001 |
Color Harmonies of #C262A2
Complementary color
Monochromatic Colors of #C262A2
Black with #C262A2
Text Example
Text Example
White with #C262A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C262A2; }
p { color: rgb(194,98,162); }
H1.HeaderClassName
{
color: #C262A2;
}
.AnyTagClassName
{
color: #C262A2;
}
</style>
background-color css
<style>
a { background-color: #C262A2; }
a { background-color: rgb(194,98,162); }
div.DivClassName
{
background-color: #C262A2;
}
.BgClassName
{
background-color: #C262A2;
}
</style>
border-color css
<style>
span { border-color: #C262A2; }
span { border-color: rgb(194,98,162); }
td.TdClassName
{
border-color: #C262A2;
}
.TagClassName
{
border-color: #C262A2;
}
</style>