Shades of Hopbush #CF5FA8
Tints of Hopbush #CF5FA8
RGB
CMYK
RGB Variations
Color information
#CF5FA8 (or 0xCF5FA8) is known color: Hopbush. HEX triplet: CF, 5F and A8. RGB value is (207,95,168). Sum of RGB (Red+Green+Blue) = 207+95+168=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 95 (37.5% from 255 or 20.21% from 470); Blue value is 168 (66.02% from 255 or 35.74% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5FA8 is #30A057. Grayscale: #888888. Windows color (decimal): -3186776 or 11034575. OLE color: 11034575.
HSL color Cylindrical-coordinate representation of color #CF5FA8: hue angle of 320.89º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF5FA8 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 95 | 168 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.19 |
| HSL | 320.89º | 0.54% | 0.59% | - |
| HSV(B) | 320.89º | 0.54% | 0.81% | - |
| XYZ | 36.89 | 24.28 | 39.79 | - |
| YUV | 136.81 | 145.61 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 95 | 168 | 0 | 0.54 | 0.19 | 0.19 | 320.89 | 0.54 | 0.59 |
| Hex | CF | 5F | A8 | 0 | 36 | 13 | 13 | 141 | 36 | 3B |
| Octal | 317 | 137 | 250 | 0 | 66 | 23 | 23 | 501 | 66 | 73 |
| Binary | 11001111 | 1011111 | 10101000 | 0 | 110110 | 10011 | 10011 | 101000001 | 110110 | 111011 |
Color Harmonies of #CF5FA8
Complementary color
Monochromatic Colors of #CF5FA8
Black with #CF5FA8
Text Example
Text Example
White with #CF5FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5FA8; }
p { color: rgb(207,95,168); }
H1.HeaderClassName
{
color: #CF5FA8;
}
.AnyTagClassName
{
color: #CF5FA8;
}
</style>
background-color css
<style>
a { background-color: #CF5FA8; }
a { background-color: rgb(207,95,168); }
div.DivClassName
{
background-color: #CF5FA8;
}
.BgClassName
{
background-color: #CF5FA8;
}
</style>
border-color css
<style>
span { border-color: #CF5FA8; }
span { border-color: rgb(207,95,168); }
td.TdClassName
{
border-color: #CF5FA8;
}
.TagClassName
{
border-color: #CF5FA8;
}
</style>