Shades of Hopbush #C25F8F
Tints of Hopbush #C25F8F
RGB
CMYK
RGB Variations
Color information
#C25F8F (or 0xC25F8F) is known color: Hopbush. HEX triplet: C2, 5F and 8F. RGB value is (194,95,143). Sum of RGB (Red+Green+Blue) = 194+95+143=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 143 (56.25% from 255 or 33.10% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25F8F is #3DA070. Grayscale: #818181. Windows color (decimal): -4038769 or 9396162. OLE color: 9396162.
HSL color Cylindrical-coordinate representation of color #C25F8F: hue angle of 330.91º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C25F8F is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 95 | 143 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.24 |
| HSL | 330.91º | 0.45% | 0.57% | - |
| HSV(B) | 330.91º | 0.51% | 0.76% | - |
| XYZ | 31.3 | 21.64 | 28.51 | - |
| YUV | 130.07 | 135.3 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 143 | 0 | 0.51 | 0.26 | 0.24 | 330.91 | 0.45 | 0.57 |
| Hex | C2 | 5F | 8F | 0 | 33 | 1A | 18 | 14B | 2D | 39 |
| Octal | 302 | 137 | 217 | 0 | 63 | 32 | 30 | 513 | 55 | 71 |
| Binary | 11000010 | 1011111 | 10001111 | 0 | 110011 | 11010 | 11000 | 101001011 | 101101 | 111001 |
Color Harmonies of #C25F8F
Complementary color
Monochromatic Colors of #C25F8F
Black with #C25F8F
Text Example
Text Example
White with #C25F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25F8F; }
p { color: rgb(194,95,143); }
H1.HeaderClassName
{
color: #C25F8F;
}
.AnyTagClassName
{
color: #C25F8F;
}
</style>
background-color css
<style>
a { background-color: #C25F8F; }
a { background-color: rgb(194,95,143); }
div.DivClassName
{
background-color: #C25F8F;
}
.BgClassName
{
background-color: #C25F8F;
}
</style>
border-color css
<style>
span { border-color: #C25F8F; }
span { border-color: rgb(194,95,143); }
td.TdClassName
{
border-color: #C25F8F;
}
.TagClassName
{
border-color: #C25F8F;
}
</style>