Shades of Hopbush #C95EA3
Tints of Hopbush #C95EA3
RGB
CMYK
RGB Variations
Color information
#C95EA3 (or 0xC95EA3) is known color: Hopbush. HEX triplet: C9, 5E and A3. RGB value is (201,94,163). Sum of RGB (Red+Green+Blue) = 201+94+163=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 94 (37.11% from 255 or 20.52% from 458); Blue value is 163 (64.06% from 255 or 35.59% from 458); Max value from RGB is 201 - color contains mainly: red. Hex color #C95EA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95EA3 is #36A15C. Grayscale: #858585. Windows color (decimal): -3580253 or 10706633. OLE color: 10706633.
HSL color Cylindrical-coordinate representation of color #C95EA3: hue angle of 321.31º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C95EA3 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 94 | 163 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.21 |
| HSL | 321.31º | 0.5% | 0.58% | - |
| HSV(B) | 321.31º | 0.53% | 0.79% | - |
| XYZ | 34.7 | 23.07 | 37.27 | - |
| YUV | 133.86 | 144.45 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 94 | 163 | 0 | 0.53 | 0.19 | 0.21 | 321.31 | 0.5 | 0.58 |
| Hex | C9 | 5E | A3 | 0 | 35 | 13 | 15 | 141 | 32 | 3A |
| Octal | 311 | 136 | 243 | 0 | 65 | 23 | 25 | 501 | 62 | 72 |
| Binary | 11001001 | 1011110 | 10100011 | 0 | 110101 | 10011 | 10101 | 101000001 | 110010 | 111010 |
Color Harmonies of #C95EA3
Complementary color
Monochromatic Colors of #C95EA3
Black with #C95EA3
Text Example
Text Example
White with #C95EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95EA3; }
p { color: rgb(201,94,163); }
H1.HeaderClassName
{
color: #C95EA3;
}
.AnyTagClassName
{
color: #C95EA3;
}
</style>
background-color css
<style>
a { background-color: #C95EA3; }
a { background-color: rgb(201,94,163); }
div.DivClassName
{
background-color: #C95EA3;
}
.BgClassName
{
background-color: #C95EA3;
}
</style>
border-color css
<style>
span { border-color: #C95EA3; }
span { border-color: rgb(201,94,163); }
td.TdClassName
{
border-color: #C95EA3;
}
.TagClassName
{
border-color: #C95EA3;
}
</style>