Shades of Hopbush #CF61A8
Tints of Hopbush #CF61A8
RGB
CMYK
RGB Variations
Color information
#CF61A8 (or 0xCF61A8) is known color: Hopbush. HEX triplet: CF, 61 and A8. RGB value is (207,97,168). Sum of RGB (Red+Green+Blue) = 207+97+168=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 97 (38.28% from 255 or 20.55% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CF61A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF61A8 is #309E57. Grayscale: #898989. Windows color (decimal): -3186264 or 11035087. OLE color: 11035087.
HSL color Cylindrical-coordinate representation of color #CF61A8: hue angle of 321.27º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF61A8 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 97 | 168 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.19 |
| HSL | 321.27º | 0.53% | 0.6% | - |
| HSV(B) | 321.27º | 0.53% | 0.81% | - |
| XYZ | 37.07 | 24.64 | 39.85 | - |
| YUV | 137.98 | 144.94 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 168 | 0 | 0.53 | 0.19 | 0.19 | 321.27 | 0.53 | 0.6 |
| Hex | CF | 61 | A8 | 0 | 35 | 13 | 13 | 141 | 35 | 3C |
| Octal | 317 | 141 | 250 | 0 | 65 | 23 | 23 | 501 | 65 | 74 |
| Binary | 11001111 | 1100001 | 10101000 | 0 | 110101 | 10011 | 10011 | 101000001 | 110101 | 111100 |
Color Harmonies of #CF61A8
Complementary color
Monochromatic Colors of #CF61A8
Black with #CF61A8
Text Example
Text Example
White with #CF61A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF61A8; }
p { color: rgb(207,97,168); }
H1.HeaderClassName
{
color: #CF61A8;
}
.AnyTagClassName
{
color: #CF61A8;
}
</style>
background-color css
<style>
a { background-color: #CF61A8; }
a { background-color: rgb(207,97,168); }
div.DivClassName
{
background-color: #CF61A8;
}
.BgClassName
{
background-color: #CF61A8;
}
</style>
border-color css
<style>
span { border-color: #CF61A8; }
span { border-color: rgb(207,97,168); }
td.TdClassName
{
border-color: #CF61A8;
}
.TagClassName
{
border-color: #CF61A8;
}
</style>