Shades of Hopbush #C95EA1
Tints of Hopbush #C95EA1
RGB
CMYK
RGB Variations
Color information
#C95EA1 (or 0xC95EA1) is known color: Hopbush. HEX triplet: C9, 5E and A1. RGB value is (201,94,161). Sum of RGB (Red+Green+Blue) = 201+94+161=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 94 (37.11% from 255 or 20.61% from 456); Blue value is 161 (63.28% from 255 or 35.31% from 456); Max value from RGB is 201 - color contains mainly: red. Hex color #C95EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95EA1 is #36A15E. Grayscale: #858585. Windows color (decimal): -3580255 or 10575561. OLE color: 10575561.
HSL color Cylindrical-coordinate representation of color #C95EA1: hue angle of 322.43º 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 #C95EA1 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 94 | 161 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.21 |
| HSL | 322.43º | 0.5% | 0.58% | - |
| HSV(B) | 322.43º | 0.53% | 0.79% | - |
| XYZ | 34.52 | 23 | 36.34 | - |
| YUV | 133.63 | 143.45 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 94 | 161 | 0 | 0.53 | 0.20 | 0.21 | 322.43 | 0.5 | 0.58 |
| Hex | C9 | 5E | A1 | 0 | 35 | 14 | 15 | 142 | 32 | 3A |
| Octal | 311 | 136 | 241 | 0 | 65 | 24 | 25 | 502 | 62 | 72 |
| Binary | 11001001 | 1011110 | 10100001 | 0 | 110101 | 10100 | 10101 | 101000010 | 110010 | 111010 |
Color Harmonies of #C95EA1
Complementary color
Monochromatic Colors of #C95EA1
Black with #C95EA1
Text Example
Text Example
White with #C95EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95EA1; }
p { color: rgb(201,94,161); }
H1.HeaderClassName
{
color: #C95EA1;
}
.AnyTagClassName
{
color: #C95EA1;
}
</style>
background-color css
<style>
a { background-color: #C95EA1; }
a { background-color: rgb(201,94,161); }
div.DivClassName
{
background-color: #C95EA1;
}
.BgClassName
{
background-color: #C95EA1;
}
</style>
border-color css
<style>
span { border-color: #C95EA1; }
span { border-color: rgb(201,94,161); }
td.TdClassName
{
border-color: #C95EA1;
}
.TagClassName
{
border-color: #C95EA1;
}
</style>